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 jszakmeister
Recipients jszakmeister
Date 2013-03-17.11:16:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363518970.43.0.663033914557.issue17444@psf.upfronthosting.co.za>
In-reply-to
Content
While trying to test a fix for Nose, I discovered that multiprocessing is picking up the CPU count incorrectly.  It should be using hw.availcpu instead of hw.ncpu.  The latter is the number of cpus installed in the system, but the former is the number that are available for processing.  The processor pane let's you adjust the available CPUs, which is handy for testing and troubleshooting.
History
Date User Action Args
2013-03-17 11:16:10jszakmeistersetrecipients: + jszakmeister
2013-03-17 11:16:10jszakmeistersetmessageid: <1363518970.43.0.663033914557.issue17444@psf.upfronthosting.co.za>
2013-03-17 11:16:10jszakmeisterlinkissue17444 messages
2013-03-17 11:16:10jszakmeistercreate