in reply to mod_perl, Apache::Cache problem

Not that useful to you right now, but I would strongly suggest you stop using this module. It's incredibly slow. I would estimate that BerkeleyDB or Cache::FastMmap would be 100 or so times faster, based on benchmarks I've done in the past with IPC::ShareLite (which this uses).