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
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
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
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