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

Optimizing memory use of modperl servlets

2001-04-05 Thread Bryce Pasechnik
I've done extensive reading in both the guide and the maillist archives and haven't found a very comprehensive explanation of this topic. First I'll explain the setup of the scripts and webserver that we're using: I have 1 accessor script that the public would connect to "test.pl". Inside that

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