monitoring process creation on win32 (nt/w2k)

craig curtin curtin at ubsw.com
Wed Sep 26 09:38:25 EDT 2001


hi,
anyone create a service in python that monitors the process table and
does an action when a process is created?

all i want is to perform an action when process ("foo.exe") is created
and perhaps another action (clean up type thingy) when the process is
terminated.

i'm not sure if a service is the best way to do this or if anyone has
alternate
ideas, i'd be glad to hear 'em.

thanks,

craig



More information about the Python-list mailing list