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, ned.deily, ronaldoussoren, sbt
Date 2013-03-18.16:01:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363622509.22.0.322623723984.issue17444@psf.upfronthosting.co.za>
In-reply-to
Content
Ronald: it is mentioned in some books (a Google search can turn them up), but they don't really offer much description behind the intent.  When I looked into this several years ago, it was very unclear what `hw.activecpu` was intended for.  It sounded more like a report about how many processors are active, versus targetting your SMP aware application to that number.

But since you've turned some information in sysctl.h, I think we should follow that advice and use hw.activecpu.  I've attached a new patch with the change.
History
Date User Action Args
2013-03-18 16:01:49jszakmeistersetrecipients: + jszakmeister, ronaldoussoren, ned.deily, sbt
2013-03-18 16:01:49jszakmeistersetmessageid: <1363622509.22.0.322623723984.issue17444@psf.upfronthosting.co.za>
2013-03-18 16:01:49jszakmeisterlinkissue17444 messages
2013-03-18 16:01:48jszakmeistercreate