Re: Startup file and process size

2000-07-18 Thread Ajit Deshpande
On Tue, Jul 18, 2000 at 08:45:30AM -0700, Suresh wrote: > the startup file, the size of all the process becomes big. I excpected > that only the apache's parent process size becomes become. Also when i > ran the example given in the mod_perl guide , to see the difference in > the shared memory

Re: Startup file and process size

2000-07-18 Thread David Hodgkinson
Suresh <[EMAIL PROTECTED]> writes: > Hi all, > > I am trying use a startup file to load all the used modules in my web application, >but when i use > the startup file, the size of all the process becomes big. I excpected that only the >apache's > parent process size becomes become. Also when

Startup file and process size

2000-07-18 Thread Suresh
Hi all, I am trying use a startup file to load all the used modules in my web application, but when i use the startup file, the size of all the process becomes big. I excpected that only the apache's parent process size becomes become. Also when i ran the example given in the mod_perl guide ,