Under:
http://docs.python.org/library/multiprocessing.html?highlight=multiprocessing#windows
See "Safe importing of main module".

- Tal

On Fri, Mar 4, 2011 at 6:52 PM, <[email protected]> wrote:

> Hi All,
>
>
> > Regarding multiprocessing, on systems without fork (such as Windows) it
> attempts to "fork" by starting a new Python process and re-importing
> everything.
>
> @Tal
> That surprises my and violates my assumptions;) Could you please point me
> somewhere to read about this behavior?
>
> Yours,
> Marcin

Reply via email to