PyFAQ: help wanted with thread article

F

Fredrik Lundh

this FAQ item talks about using sleep to make sure that threads run
properly:

http://effbot.org/pyfaq/none-of-my-threads-seem-to-run-why.htm

I suspect it was originally written for the "thread" module, but as
far as I know, the "threading" module takes care of the issues described
here all by itself.

so, should this item be removed?

or can anyone suggest a rewrite that's more relevant for "threading"
users. feel free to post suggestions (or better, an updated text) to
this thread, or over at the PyFAQ staging site.

</F>
 
L

Laurent Pointal

Fredrik Lundh a écrit :
this FAQ item talks about using sleep to make sure that threads run
properly:

http://effbot.org/pyfaq/none-of-my-threads-seem-to-run-why.htm

I suspect it was originally written for the "thread" module, but as
far as I know, the "threading" module takes care of the issues described
here all by itself.

so, should this item be removed?

or can anyone suggest a rewrite that's more relevant for "threading"
users. feel free to post suggestions (or better, an updated text) to
this thread, or over at the PyFAQ staging site.

Maybe it could be modified to indicate (for threading) existence of
daemon and non-daemon threads.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top