Thread killing - I know I know!

Paul Rubin http
Mon May 19 19:07:06 EDT 2008


blaine <frikker at gmail.com> writes:
> How is it that you recommend killing a pure python thread? And also,
> when i use the 'threading' module am I creating a process, or a (gasp)
> thread?

A thread.

> (Is this an obvious question - and if so, how does one create
> a 'process'?)

os.fork()



More information about the Python-list mailing list