Re: Optimizing memory use of modperl servlets

2001-04-07 Thread Christopher L. Everett
Why not store all that static information using Cache::File? --Christopher Everett

Re: Optimizing memory use of modperl servlets

2001-04-05 Thread Stas Bekman
[ an extensive description of sharing memory question snipped ] Please read (or reread) these sections of the guide: http://perl.apache.org/guide/performance.html#Sharing_Memory http://perl.apache.org/guide/performance.html#Improving_Performance_by_Prevent http://perl.apache.org/guide/strategy.