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

-- 
_______________________________________________
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers

Reply via email to