threading.start(): does it fork??

Neil Schemenauer nas at python.ca
Fri Jan 11 18:39:55 EST 2002


Theodore D. Sternberg wrote:
> When Python starts a second thread, ps shows not one, not two but
> three (!) python processes.

You're using Linux aren't you?  It's cloning, not forking.  See
clone(2).

  Neil




More information about the Python-list mailing list