Trying to use startup.pl to reduce the size of httpd child processes....

2000-11-13 Thread kevinr
Hello all, I am trying to reduce the size of my child httpd processes. We are using modperl, Embperl, DBI and DBD:Oracle. Our current httpd processes quickly grow to 22M or so after a database connection. I read in the modperl docs that modules can be preloaded into the parent httpd process

Re: Trying to use startup.pl to reduce the size of httpd child processes....

2000-11-13 Thread Gerald Richter
I am trying to reduce the size of my child httpd processes. We are using modperl, Embperl, DBI and DBD:Oracle. Our current httpd processes quickly grow to 22M or so after a database connection. I read in the modperl docs that modules can be preloaded into the parent httpd process and the