I wrote a simple web service with Helloworld web method using VS2005.
By using the process exploere, I found every HelloWorld call with increase the 1 event handle in the w3wp.exe, and the event handle will stay forever, till the worker process recycle. Is it a common behavior? or I missing any dispose pattern?
By using the process exploere, I found every HelloWorld call with increase the 1 event handle in the w3wp.exe, and the event handle will stay forever, till the worker process recycle. Is it a common behavior? or I missing any dispose pattern?
Comment