in reply to Re: Installation System Design for a Large Apache/mod_perl Application
in thread Installation System Design for a Large Apache/mod_perl Application
Memory usage for new processes is not very big on Linux due to Copy on Write. I don't know about other unixes - only that some version of Solaris did not do that and we had problems with apache servers on it.