Suppose we have a client application which sends requests to a server using NetTcpBinding
and receives replies through callbacks. How could the client be aware that he was sending too many requests? Or how could it see that the connection (over which it sends requests) is slow?
Asked
Active
Viewed 88 times
1

enzom83
- 8,080
- 10
- 68
- 114
1 Answers
2
Have a look at WCF throttling. There is a question on SO talking about it here:- Service too busy error in WCF