Can thread start other threads?

John Henry john106henry at hotmail.com
Tue Jul 18 17:58:02 EDT 2006


Can Python thread start threads?  It appears not.  When I do that, the
sub-threads gets to certain point and just sit there.  If I run the
code serially and not run the sub-thread code as threads, everything is
fine.

I throught the problem is when you run multiple processes of Pythons...




More information about the Python-list mailing list