Re: BerkeleyDB as a cache backend

2005-07-08 Thread Arshavir Grigorian
Thanks for all the comments. I ended up using an RDBMS (Postgres) with Storable and it's working very well. -- Arshavir Grigorian Systems Administrator/Engineer

Re: BerkeleyDB as a cache backend

2005-06-27 Thread Dan Wilga
At 6:09 PM -0400 6/24/05, Arshavir Grigorian wrote: Hello list, I coded a caching system using BerkeleyDB::Hash as the backend. It was working fine until the database file became fairly large (850M). At some point the performance degraded and the web server process accessing the database start

Re: BerkeleyDB as a cache backend

2005-06-27 Thread Frank Wiles
On Fri, 24 Jun 2005 18:09:16 -0400 Arshavir Grigorian <[EMAIL PROTECTED]> wrote: > Hello list, > > I coded a caching system using BerkeleyDB::Hash as the backend. It was > > working fine until the database file became fairly large (850M). > At some point the performance degraded and the web serv

Re: BerkeleyDB as a cache backend

2005-06-26 Thread Rob Mueller
I coded a caching system using BerkeleyDB::Hash as the backend. It was working fine until the database file became fairly large (850M). At some point the performance degraded and the web server process accessing the database started hanging. Someone suggested locking issues being the cause for