John Henry wrote:

> How do I detect whether I have additional CPUs in the system?  The
> google search turns up answer about a Sun workstation but not Windows
> XP.

count = int(os.environ.get("NUMBER_OF_PROCESSORS", 1))

</F>

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to