Re[2]: File::Cache problem

2001-02-07 Thread BeerBong
Hello DeWitt, Wednesday, February 07, 2001, 6:51:24 PM, you wrote: DC> On Wed, Feb 07, 2001 at 04:02:39PM +0400, BeerBong wrote: >> Cache size after 24 hours of working >> via 'du -s' - 53M >> via 'perl -MFile::Cacje -e"print File::Cache::SIZE('PRTL')"' - 10M DC> That looks like a serious bu

Re: File::Cache problem

2001-02-07 Thread DeWitt Clinton
On Wed, Feb 07, 2001 at 04:02:39PM +0400, BeerBong wrote: > Cache size after 24 hours of working > via 'du -s' - 53M > via 'perl -MFile::Cacje -e"print File::Cache::SIZE('PRTL')"' - 10M That looks like a serious bug. Can you double check on that? Where are you running the "du -s"? The SIZE(

Re: File::Cache problem

2001-02-07 Thread Bill Moseley
At 11:56 AM 02/07/01 +0400, BeerBong wrote: >And when cache size is exceeded all mod_perl processes are hanging. I had this happen to me a few days back on a test server. I thought I'd made a mistake by doing a rm -rf /tmp/File::Cache while the server was running (and while the File::Cache objec

File::Cache problem

2001-02-06 Thread BeerBong
Hello modperl, There is Apache Perl module, which uses File::Cache. File::Cache object is initialized in every request with params namespace PRTL max_size 10485760 expires_in 86400 cache_depth 3 Cache size after 24 hours of working via 'du -s' - 53M via 'perl -MFile::Cacje -e"print File::Cache: