[BangPypers] Ideas for Python concurrency...

Noufal Ibrahim noufal at gmail.com
Tue Feb 8 12:47:48 CET 2011


On Tue, Feb 08 2011, vikas ruhil wrote:

> I am using Linux , unix both for this , whatsoever OS never matter?
[...]

The OS matters in many cases. It's folly to think otherwise. 

The multiprocessing modules implementation on windows is significantly
different (and inferior) to the implementation on UNIX. This is
primarily due to the lack of a decent "fork" system call on Windows.

Here are some of the details
http://docs.python.org/library/multiprocessing.html#windows

-- 


More information about the BangPypers mailing list