Cache::SharedMemoryCache locking up on Solaris

2002-03-12 Thread Chris Allen
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

Re: Cache::SharedMemoryCache locking up on Solaris

2002-03-12 Thread Perrin Harkins
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 test