
May 27th, 2009, 05:00 AM
|
|
Developer Shed
|
|
Join Date: Jun 2007
Posts: 20,338
Time spent in forums: < 1 sec
Reputation Power: 23
|
|
|
Extremely powerful and flexable Python Multiprocessing
Learn to scale your UNIX Python applications to multiple cores by using the multiprocessing module which is built into Python 2.6. Multiprocessing mimics parts of the threading API in Python to give the developer a high level of control over flocks of processes, but also incorporates many additional features unique to processes.
Read the full article here: Extremely powerful and flexable Python Multiprocessing
|