[python-win32] Ping?

Sean null-python-win32 at tinfoilhat.ca
Fri Aug 22 12:11:15 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-win32 mailing list