"py" <[EMAIL PROTECTED]> writes:
> Is there a way in python to figure out which process is running on
> which port? I know in Windows XP you can run "netstat -o" and see the
> process ID for each open portbut I am looking for something not
> tied to windows particularly, hopefully something in
py wrote:
> Is there a way in python to figure out which process is running on
> which port? I know in Windows XP you can run "netstat -o" and see the
> process ID for each open portbut I am looking for something not
> tied to windows particularly, hopefully something in python.
>
> if not,
Is there a way in python to figure out which process is running on
which port? I know in Windows XP you can run "netstat -o" and see the
process ID for each open portbut I am looking for something not
tied to windows particularly, hopefully something in python.
if not, any known way, such as