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 issue. You may also want to get a copy of "Practical mod_perl" from O'Reilly. > What can I do to fix problems like Data::Dumper's XSLoader problem? Exercise that code path in your startup.pl. - Perrin -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html
