Chris Allen wrote:
> In desperation, I have switched to Cache::FileCache - which
> works fine, but I would be interested to know, for a system
> that handles several hundred database queries per minute:
>
> - What is the performance difference between SharedMemoryCache
> and FileCache?
You can t
I have recently upgraded our modperl based web server
to use Cache::SharedMemoryCache. The code is changed very
little from in the docs - retrieve an entry from the
cache if it is there, otherwise get an entry from the
database and store it in the cache.
However, after about fifteen minutes of m