Nick Coghlan <ncogh...@gmail.com> wrote:

> Bill Janssen wrote:
> > As far as I'm concerned, just tying all of
> > the program's threads to a single core would be fine, though I imagine
> > others would differ.
> 
> Which can be done through the OS tools for setting an application's CPU
> affinity.

Yes, as I say, if the initialization of the threading module called
those tools appropriately and automatically, I'd be happy.  Well, less
unhappy :-).

I have to admit, I don't know how to do this on OS X.  What's the
tool and the process, if we're not getting too far afield?

Bill
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to