This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rhettinger
Recipients docs@python, pitrou, rhettinger, vstinner
Date 2011-05-24.01:17:49
SpamBayes Score 7.633523e-06
Marked as misclassified No
Message-id <1306199870.47.0.479921204892.issue12155@psf.upfronthosting.co.za>
In-reply-to
Content
> It doesn't define do_work(), num_worker_threads or do_work()

Is it unclear to you what those mean?  They are placeholders for the user's actual task at hand.

> my concern is that it doesn't stop worker threads.

Stopping the threads wasn't the intent of the example.

> I consider "t.daemon = True" as an hack to not care 
> about stopping threads.

If you post a high-quality self-contained example somewhere on the net, I would be happy to link to it.
History
Date User Action Args
2011-05-24 01:17:50rhettingersetrecipients: + rhettinger, pitrou, vstinner, docs@python
2011-05-24 01:17:50rhettingersetmessageid: <1306199870.47.0.479921204892.issue12155@psf.upfronthosting.co.za>
2011-05-24 01:17:49rhettingerlinkissue12155 messages
2011-05-24 01:17:49rhettingercreate