Win32 ping

Sean Cody null-i_do_not_like_spam at tfh.ca
Fri Aug 22 13:12:57 EDT 2003


Does anyone know of an ping module that will work with Windows?

I'm currently using os.popen("ping -n1 host") but it's terribly slow 
when using it a few hundred times.

After enumerating my domain of machines I'm trying to ping them to
determine if they are active before connecting to them via WMI (which
takes forever to timeout).

--
Sean





More information about the Python-list mailing list