On Wed, Dec 16, 2009 at 4:19 PM, Baiju M <mba...@zeomega.com> wrote:

> Hi,
>    Is there any module available in Python (third party is fine)
> to get the number processors available in a multi-core system ?
> I would prefer something works cross-platform.
>
>
http://pypi.python.org/pypi/affinity can be used to set processor affinity.
I imagine it has some way to query the details of the number of cores as
well.


-- 
~noufal
http://nibrahim.net.in
_______________________________________________
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers

Reply via email to