in reply to Re^4: Why is Windows 100 times slower than Linux when growing a large scalar?
in thread Why is Windows 100 times slower than Linux when growing a large scalar?
Yes, it is a threaded perl under linux and threads work there fine.
A perhaps more interesting question is if perl is built on win without USE_IMP_SYS so that USE_PERL_MALLOC can be enabled, does that stop you from using threads? Or just fork?
Whilst I would miss the piped open, which i believe requires the fork emulation, I could work around it using threads. And I would infinitely prefer threads + faster memory, to the fork emulation.
Does anyone know the answer or should I just suck it and see?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^6: Why is Windows 100 times slower than Linux when growing a large scalar?
by syphilis (Archbishop) on Dec 01, 2009 at 12:52 UTC | |
by BrowserUk (Patriarch) on Dec 01, 2009 at 13:07 UTC | |
by cdarke (Prior) on Dec 02, 2009 at 12:59 UTC | |
by BrowserUk (Patriarch) on Dec 02, 2009 at 14:02 UTC | |
by ikegami (Patriarch) on Dec 02, 2009 at 16:41 UTC |