Pre-fork: [...] Unfortunately Perl processes use too much memory to have large numbers of them.
Could you explain why this is a problem? At least on the operating systems that I have worked with, forked processes continue to use their parent's memory pages until they need to write to them (aka "copy-on-write"). So if the parent (master) process is designed to load all the big modules and stuff, the children should produce little overhead in memory.
In reply to Re^2: Time to write a "serious" http server in Perl?
by betterworld
in thread Time to write a "serious" http server in Perl?
by jdrago_999
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |