Link Details

Link 109336 thumbnail
User 111696 avatar

By bloid
via docs.python.org
Published: Sep 04 2008 / 07:28

multiprocessing is a package that supports spawning processes using an API similar to the threading module. The multiprocessing package offers both local and remote concurrency, effectively side-stepping the Global Interpreter Lock by using subprocesses instead of threads. Due to this, the multiprocessing module allows the programmer to fully leverage multiple processors on a given machine. It runs on both Unix and Windows.
  • 8
  • 0
  • 995
  • 257

Comments

Add your comment
User 282056 avatar

fholmstrom replied ago:

0 votes Vote down Vote up Reply

This looks awesome

Add your comment


Html tags not supported. Reply is editable for 5 minutes. Use [code lang="java|ruby|sql|css|xml"][/code] to post code snippets.

Voters For This Link (8)



Voters Against This Link (0)