in reply to Fork in Win32 environment
fork() is emulated on Win32, and the emulation is spotty at best. It can't work with OLE due to how fork() is implemented (a complete memory copy of almost the whole Perl process). OLE objects are not copied and hence the whole memory management breaks.
|
|---|