Spring.net WCF service and multithreading: manage count thread for exec WCF method
I'm create WCF service using spring.net. I need manage count threads开发者_如何学Python which execute one method of WCF service. Example, method can execute only 3 clients and when 4-th client try execute menthod I need throw Exception "Not allow execute". Any ideas for my problem?
Better to use WCF throttling in the binding configuration in this scenario.
精彩评论