在WCF serviceThrottling中计算待处理请求

时间:2015-06-02 07:51:25

标签: c# web-services wcf throttling

由于一些Windows访问问题,我开发了一个自托管的WCF服务应用程序。此应用程序必须一次执行一个操作,因此我实现了WCF serviceThrottling设置:

<serviceThrottling maxConcurrentCalls="1" maxConcurrentInstances="1" maxConcurrentSessions="100"/>

现在,我需要计算待处理用户请求的数量。我做了一些搜索,但找不到任何可以回答我问题的可靠解决方案。是否有任何方法可以计算WCF主机服务中待处理请求的数量。

0 个答案:

没有答案