froehlich 02/01/27 08:57:29
Modified: . changes.xml
Log:
fix bug submitted by Peter Hargreaves [[EMAIL PROTECTED]]:
quick and dirty hack to avoid endless loop running the gc all the
time.
Revision Changes Path
1.77 +5 -3 xml-cocoon2/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/changes.xml,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- changes.xml 27 Jan 2002 13:15:37 -0000 1.76
+++ changes.xml 27 Jan 2002 16:57:29 -0000 1.77
@@ -4,7 +4,7 @@
<!--
History of Cocoon changes
- $Id: changes.xml,v 1.76 2002/01/27 13:15:37 froehlich Exp $
+ $Id: changes.xml,v 1.77 2002/01/27 16:57:29 froehlich Exp $
-->
<changes title="History of Changes">
@@ -33,8 +33,10 @@
<release version="@version@" date="@date@">
<action dev="GF" type="fix">
Fixed performance issues in the Store implementation:
- a) removed the FilesystemQueueImpl, one thread less now b) changed swapping
- alghorithm in the MRUMemoryStore towards less serialization.
+ a) removed the FilesystemQueueImpl, one thread less now, b) changed swapping
+ alghorithm in the MRUMemoryStore towards less serialization, c) fixed
+ bug submitted by Peter Hargreaves [[EMAIL PROTECTED]] in StoreJanitor
+ (gc was called in endless loop sometimes).
</action>
<action dev="VG" type="update">
Perform substitution in the sitemap only when it is required (improves
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]