1

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?

enzom83
  • 8,080
  • 10
  • 68
  • 114

1 Answers1

2

Have a look at WCF throttling. There is a question on SO talking about it here:- Service too busy error in WCF

Community
  • 1
  • 1
Nick Ryan
  • 2,662
  • 1
  • 17
  • 24