Figuring out source of leaking window handles

M

Mandar

Hello,

I'm trying to track down a situation with our proprietary
application server. We are running it on a Windows 2000
Advanced Server system. At any time, we have at least 50
clients connected to it. We are leaking Windows handles.
Despite analysing and sifting through our code several
times, we have been unable to find any problem with our
code (which is not to say that there isn't one) that
could constitute this leak. Is there any way that one can
find out what kinds of handles these are (file, socket,
etc) by using an API call ? Any insight would be greatly
appreciated.

Regards,

Mandar
 
G

Guest

There's a free download from sysinternals.com which lists
handles open by any particular process.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top