in reply to Fork + Memory
in thread about understanding module memory

Copy on write may not help much on Win32 (because of the fake "fork" that Perl uses), but it will certainly make a big difference when this is switched to Linux.