Perrin Harkins wrote:
On Wed, 2004-12-15 at 15:55 -0700, Dave Buchanan wrote:
My general question is this: What more can I do to keep shared memory
shared and not have each child so big?
The collected wisdom on this subject is at:
http://perl.apache.org/docs/1.0/guide/performance.html
It covers t
What can I do to fix problems like Data::Dumper's XSLoader problem?
Exercise that code path in your startup.pl.
I figured the same and tried that. It still must have loaded it again.
--
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List
On Wed, 2004-12-15 at 15:55 -0700, Dave Buchanan wrote:
> My general question is this: What more can I do to keep shared memory
> shared and not have each child so big?
The collected wisdom on this subject is at:
http://perl.apache.org/docs/1.0/guide/performance.html
It covers the DBI loading is
Hello,
I am designing a large system with the intent on everything running
mod_perl with all the libraries pre-loaded into memory at system startup.
At system startup the parent http-worker process is 28M RSS and the children
are about 1.9 MB RSS. After the first web request however, the chi