How to verify whether a process got hanged or still alive.

Giampaolo Rodola' gnewsg at gmail.com
Mon Feb 16 23:18:15 EST 2009


On 16 Gen, 00:04, neel <leon... at gmail.com> wrote:
> Hi There,
>
> I want to check the health of IEprocessusing python. I am running an
> application on IE. I have to verify that the application is not
> crashing the IE. Is there any module which can help me in getting theprocessstatus?
>
> Thanks,
> Neel


By process status you mean knowing whether the process is running,
sleeping has been suspended, [...]?
Hopefully this should be implemented in psutil soon:
http://code.google.com/p/psutil


--- Giampaolo
http://code.google.com/p/pyftpdlib



More information about the Python-list mailing list