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-21.13:26:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1369142808.23.0.182247445771.issue17140@psf.upfronthosting.co.za>
In-reply-to
Content
As far as I can see they are mostly equivalent.  For instance, ApplyResult (the type returned by Pool.apply_async()) is virtually the same as a Future.

When you say "explicit message passing", do you mean creating a queue and making the worker tasks put results on that queue?  Why can't you do the same with ThreadPoolExecutor?
History
Date User Action Args
2013-05-21 13:26:48sbtsetrecipients: + sbt, ncoghlan, Tilka
2013-05-21 13:26:48sbtsetmessageid: <1369142808.23.0.182247445771.issue17140@psf.upfronthosting.co.za>
2013-05-21 13:26:48sbtlinkissue17140 messages
2013-05-21 13:26:48sbtcreate