in reply to Re^2: (shared) memory and preloading modules using Mod-perl
in thread (shared) memory and preloading modules using Mod-perl
Threading wastes a lot of memory because perl threads are unable to share their opcode tree as effectively as copy-on-write does. If you have an OS that supports prefork, you should stick with prefork.