On 2/19/2009 7:04 AM, David Cournapeau wrote:

> Does pyprocessing work well on windows as well ? I have 0 experience
> with it.

Yes it works well on Windows, albeit process creation is a bit slower 
than on Unix (there is no os.fork in Windows, so more Python objects has 
to be pickled). From Python 2.6, pyprocessing is even in the standard 
library, renamed to 'multiprocessing'.


S.M.
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to