i am running kind of proxy software on my win7 x64 system, one thing that makes me confused is the svhost -k rpcss process seems to face serious handle leakage, the handle leakage continue to increase, even it reaches to 100,000 in a few days, if i don't reboot my system, the pc will become too slow to work with.
now i suspect this problem maybe caused by the proxy software, and i am trying to debug it using windbg, still have no idea how to assure whether it's the proxy software which cause this problem.
someone told me, bad synchronization code could lead to handle leakage on svhost rpcss process, is that true? can someone just give me a piece of code which can lead to leakage on svhost rpcss? if yes, i can study this code with windbg first, and then i can examinze that proxy software carefully.
Edit 1 @PanagiotisKanavos i ask for piece of code which can lead to leakage, so the question should better at this place rather than on serverfault