You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by bu...@apache.org on 2004/07/10 00:44:32 UTC

DO NOT REPLY [Bug 29562] - [PATCH] BerkeleyDBStore

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=29562>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=29562

[PATCH] BerkeleyDBStore





------- Additional Comments From ceyates@stanford.edu  2004-07-09 22:44 -------
After some consultations with Sleepycat I have determined that the cpu hogging I
had noted was not due to the cache preload, but happened when the db environment
wasn't closed properly, a consequence of 'other than normal' servlet container
shutdown.  In that case, a subsequent restart involves a recovery process that
is causing the db to go into a recovery process the next time it is started.