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 trent
Recipients jszakmeister, ned.deily, ronaldoussoren, sbt, trent, vstinner
Date 2013-03-19.03:50:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363665009.25.0.198921564428.issue17444@psf.upfronthosting.co.za>
In-reply-to
Content
I remember looking at what multiprocessing did and not really liking it; I ended up writing a C version that works across a wider range of platforms, accessible via posixmodule.c:posix_cpu_count() (os.cpu_count()):

http://hg.python.org/sandbox/trent/file/dd1c2fd3aa31/Modules/posixmodule.c#l10213
History
Date User Action Args
2013-03-19 03:50:09trentsetrecipients: + trent, ronaldoussoren, vstinner, jszakmeister, ned.deily, sbt
2013-03-19 03:50:09trentsetmessageid: <1363665009.25.0.198921564428.issue17444@psf.upfronthosting.co.za>
2013-03-19 03:50:09trentlinkissue17444 messages
2013-03-19 03:50:08trentcreate