19,155 tutorials online
11 tutorials pending review
763 dead links removed





Multiprocessing with Python

User Rating: Not yet rated
Source Website: www.ibm.com
Viewed: 261 times
Reported For Abuse / Broken Link: 0 times
(Report Link)

Rate this tutorial:


Description:
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.






Other Tutorials From This Category
    Python Babysteps Tutorial (getting started using Python on Windows)
    The LiveWires Python Course
    Python 101 -- Introduction to Python
    Byte of Python
    Programming Crash Course
    A Complete Tutorial On Python
    Python for Newbies
    Python Programming Crash Course for Absolute Beginner's
    Python Generators - What are they?
    The What, Why, Who, and Where of Python