[Tutor] Controlling a process and then killing it

Jacob S. keridee at jayco.net
Thu Oct 28 03:08:03 CEST 2004


Hello.

    You might try the os module. If you look in the python documentation for
os (standard module), you can see that os has functions like getpid() -- 
return the current process id -- etc.

HTH,
Jacob Schmidt



More information about the Tutor mailing list