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 sbt
Recipients Tilka, ncoghlan, sbt
Date 2013-05-22.09:23:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1369214590.87.0.0702345355912.issue17140@psf.upfronthosting.co.za>
In-reply-to
Content
I understand that a thread pool (in the general sense) might be used to amortise the cost.  But I think you would probably have to write this from scratch rather than use the ThreadPool API.

The ThreadPool API does not really expose anything that the ThreadPoolExceutor API does not -- the differences are just a matter of taste.
History
Date User Action Args
2013-05-22 09:23:10sbtsetrecipients: + sbt, ncoghlan, Tilka
2013-05-22 09:23:10sbtsetmessageid: <1369214590.87.0.0702345355912.issue17140@psf.upfronthosting.co.za>
2013-05-22 09:23:10sbtlinkissue17140 messages
2013-05-22 09:23:10sbtcreate