basic thread question

Piet van Oostrum piet at cs.uu.nl
Mon Aug 24 19:26:38 EDT 2009


>>>>> sturlamolden <sturlamolden at yahoo.no> (s) wrote:

>s> On 24 Aug, 13:21, Piet van Oostrum <p... at cs.uu.nl> wrote:
>>> But os.fork() is not available on Windows. And I guess refcounts et al.
>>> will soon destroy the sharing.

>s> Well, there is os.fork in Cygwin and SUA (SUA is the Unix subsytem in
>s> Windows Vista Professional). Cygwin's fork is a bit sluggish.

That's because it doesn't use copy-on-write. Thereby losing most of its
advantages. I don't know SUA, but I have vaguely heard about it.
-- 
Piet van Oostrum <piet at cs.uu.nl>
URL: http://pietvanoostrum.com [PGP 8DAE142BE17999C4]
Private email: piet at vanoostrum.org



More information about the Python-list mailing list