What are the internal limits to WCF

Posted by ligos on Stack Overflow See other posts from Stack Overflow or by ligos
Published on 2009-09-06T22:49:35Z Indexed on 2014/05/29 15:28 UTC
Read the original article Hit count: 256

Filed under:
|
|
|

WCF has lots of limits imposed on it to protect against DoS attacks and other developer brainlessness. What are these limits? And how can they be overriden?

Specifically, if I was to try to send a large number of messages in a short period of time to a variety of different clients, what are the internal WCF limits they may cause messages to be sent slowly.

PS: this question is a much shorter version of my previous question that did not get much attention.

EDIT I have answered the original question. The issue being my async calls were being turned into synchronous ones.

© Stack Overflow or respective owner

Related posts about .NET

Related posts about wcf