Pick of the Week - Nov 10 [Show all picks]
Path Finder 5 - A feature-laden Finder replacement
Submit Hint Search The Forums LinksStatsPollsFAQHeadlinesRSS
12,000 hints and counting!


Click here to return to the '10.5: Install a Processor System Preferences panel' hint
The following comments are owned by whomever posted them. This site is not responsible for what they say.
10.5: Install a Processor System Preferences panel
Authored by: wootest on Fri, Nov 30 2007 at 2:30PM PST
It's a developer extra - if you're debugging stuff that runs on multiple threads, you can disable all cores but one to force stuff to run if not serially, then at least not strictly concurrently. (Of course, you can do this in code as well, even to the point of 'pinning' some code to a specific core.) There's probably a bunch of other uses for it if you're doing hardware-related development, like device drivers, but I'm not sure since I don't do that.

You can change the number of active processor cores at any time. It's not a set-and-then-restart sort of thing.

[ Reply to This | # ]