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
2010-08-25 13:07:23
+1 I didn't know about this change.
Ladislav Mrnka
2010-08-25 13:11:03
yes I'm using .Net 4. That's it exactly then. Thanks.
Shawn de Wet
2010-08-25 16:20:30