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 tinchester
Recipients Christian.Tismer, aleax, kristjan.jonsson, lemburg, neologix, pitrou, r.david.murray, rhettinger, tim.peters, tinchester
Date 2014-07-20.22:48:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1405896509.62.0.303578140414.issue22013@psf.upfronthosting.co.za>
In-reply-to
Content
For your examples, my first instinct would be to use a thread pool executor. It's a nice high level API and can already do the aggregate join.
History
Date User Action Args
2014-07-20 22:48:29tinchestersetrecipients: + tinchester, lemburg, tim.peters, aleax, rhettinger, pitrou, kristjan.jonsson, r.david.murray, neologix, Christian.Tismer
2014-07-20 22:48:29tinchestersetmessageid: <1405896509.62.0.303578140414.issue22013@psf.upfronthosting.co.za>
2014-07-20 22:48:29tinchesterlinkissue22013 messages
2014-07-20 22:48:29tinchestercreate