don bright wrote:
>I'm trying to detect when a process starts/stops. I'm
>contemplating this excellent example from Apple,
>'observing process lifetimes without polling'
>
>http://developer.apple.com/technotes/tn/tn2050.html
>
>However, it uses a function called
>InstallApplicationEventHandler. I
Dear Pythonians,
I'm trying to detect when a process starts/stops. I'm
contemplating this excellent example from Apple,
'observing process lifetimes without polling'
http://developer.apple.com/technotes/tn/tn2050.html
However, it uses a function called
InstallApplicationEventHandler. I guess th