Re: [Tutor] check PID

2005-06-15 Thread Hugo González Monteverde
Hi Alberto, Since then I've come across the very neat kill(pid, 0) trick, which I replied to you in another post. Hugo Alberto Troiano wrote: > Hey all > > I want to check if a PID number is running > I have the pid number from other program and I want to check if it's alive > Using Python 2.2

Re: [Tutor] check PID

2005-05-31 Thread Hugo González Monteverde
Check os.waitpid() Hugo Alberto Troiano wrote: > Hey all > > I want to check if a PID number is running > I have the pid number from other program and I want to check if it's alive > Using Python 2.2 over Linux Red Hat 9 > > I tried to google but find how to know process of the app but not chec

[Tutor] check PID

2005-05-28 Thread Alberto Troiano
Hey all I want to check if a PID number is running I have the pid number from other program and I want to check if it's alive Using Python 2.2 over Linux Red Hat 9 I tried to google but find how to know process of the app but not check for other pids Thanks ina dvanced Alberto __