Re: Map port to process

2006-01-05 Thread Mike Meyer
"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

Re: Map port to process

2006-01-05 Thread Diez B. Roggisch
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,

Map port to process

2006-01-05 Thread py
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