Multiprocessing vs Threading Python
Posted
by John
on Stack Overflow
See other posts from Stack Overflow
or by John
Published on 2010-06-15T11:12:45Z
Indexed on
2010/06/15
11:22 UTC
Read the original article
Hit count: 276
Hello,
I am trying to understand the advantages of the module Multiprocessing over Threading. I know that Multiprocessing get's around the Global Interpreter Lock, but what other advantages are there, and can threading not do the same thing?
© Stack Overflow or respective owner