Hi,
We have a service which is hosted as windows service. netTcpBinding with message security type without reliable session. On the client side we have a proxy collection cached in a list as channel creation and dispose is costly operations. My client is connecting to server and get the data from server. Now if I stop the server, then the CPU jumps up. The worker thread which consumes CPU is for the code execution of Void System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32, UInt32, NativeOverlapped *). When i dispose all the proxies the client application CPU consumption becomes none. I need how we can fix up this issue on the WCF.
Thanks in advance..
- Naina Mohamed