문제

How do I check for throttled WCF calls (or Tasks that async call WCF service) in Visual Studio 2013?

도움이 되었습니까?

해결책

You can check with PerfMon. under ServiceModelService 3/4

Percent Of Max Concurent Calls: Number of calls waiting to be or being processed in the dispatcher as a percentage of max calls throttle.

Percent Of Max Concurrent Instances: Number of active instances and messages waiting for instances as a percentage of max instances throttle.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top