[Cvsnt] Leaking handles in Service.cpp DoCvsThread()

Tony Hoyle tmh at nothing-on.tv
Thu Feb 28 15:48:36 GMT 2002


On Thu, 28 Feb 2002 15:23:39 +0000 (UTC), "John Goehringer"
<jgoehrin at sct.com> wrote:

>Hi,
>
>In DoCVSThread, the handle passed as the parameter is eventually
>released with a call to CloseHandle().
>
>The handle created by accept() does not seem to be completely
>released by CloseHandle(). With each TCP protocol request
>the service's handle count goes up by one. Requests over the
>named pipe do not make the service leak.
>
How are you measuring this?  A socket is a handle under NT, so it
shouldn't make any difference.

Tony

_______________________________________________
Cvsnt mailing list
Cvsnt at cvsnt.org
http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt



More information about the cvsnt mailing list