Re: Find out a process that holding the socket?

2022-08-23 Thread Stephen P. Carrier
The 'handle' utility from Sysinternals should be able to help. http://technet.microsoft.com/en-us/sysinternals/bb842062 --Stephen Carrier BEAR Center On Mon, Aug 22, 2022 at 9:35 AM Andrey Repin wrote: > Greetings, All! > > I'm trying to write a small helper utility, and I need to find out,

Find out a process that holding the socket?

2022-08-22 Thread Andrey Repin
Greetings, All! I'm trying to write a small helper utility, and I need to find out, which process is holding a particular socket open. Since there's no "lsof" utility in Cygwin, which is commonly suggested for this task on Linux, I'm failing to find an alternative. Is there a simple solution