tags:

views:

16

answers:

1

The default WCF MaxConcurrentCalls=16. My demo app shows this to be 32. Could this be 'coz I have a dual core machine? ie MaxConcurrentCalls=16*[# of cores] ?

+1  A: 

Are you using .NET 4.0? Because that was exactly one of the changes in the throttling behaviors that were introduced in WCF 4.0. See here for details.

tomasr
+1 I didn't know about this change.
Ladislav Mrnka
yes I'm using .Net 4. That's it exactly then. Thanks.
Shawn de Wet