PID from process
Michael Hudson
mwh at python.net
Fri May 4 11:04:17 EDT 2001
More information about the Python-list mailing list
Fri May 4 11:04:17 EDT 2001
- Previous message (by thread): PID from process
- Next message (by thread): Threading Question
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"Eduardo Ferro" <eferro at inicia.es> writes: > How can i get the pid of a process executed by a python script... > For example i want to do a popen and to send signals to the process > that i fork with the popen commnad I don't think you can do this with vanilla popen. It's easy enough with popen2.Popen3 though. HTH, M. -- You sound surprised. We're talking about a government department here - they have procedures, not intelligence. -- Ben Hutchings, cam.misc
- Previous message (by thread): PID from process
- Next message (by thread): Threading Question
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list