Author: fhanik
Date: Wed Feb  8 07:01:39 2006
New Revision: 375976

URL: http://svn.apache.org/viewcvs?rev=375976&view=rev
Log:
moved notes to the bottom for compression, default value has changed

Modified:
    tomcat/container/tc5.5.x/modules/cluster/to-do.txt

Modified: tomcat/container/tc5.5.x/modules/cluster/to-do.txt
URL: 
http://svn.apache.org/viewcvs/tomcat/container/tc5.5.x/modules/cluster/to-do.txt?rev=375976&r1=375975&r2=375976&view=diff
==============================================================================
--- tomcat/container/tc5.5.x/modules/cluster/to-do.txt (original)
+++ tomcat/container/tc5.5.x/modules/cluster/to-do.txt Wed Feb  8 07:01:39 2006
@@ -1,11 +1,7 @@
 ==============================
 Next actions
 ==============================
-- Average message size
-  For my test application, the average message size has increased from
-  526 bytes per message to over 750 bytes per message from version 5.0.28 to 
5.5.15.
-  Need to investigate why this is the case and where the 200+ extra bytes are 
coming from.
-  
+ 
 - Implement primary/secondary replication logic (fhanik)
   Idea for implementation: Cookie stores info primary/backup node and hit 
counter.
   Steps to implement: (coming soon)
@@ -257,6 +253,13 @@
 ==============================   
 COMPLETED
 ==============================
+- Average message size
+  For my test application, the average message size has increased from
+  526 bytes per message to over 750 bytes per message from version 5.0.28 to 
5.5.15.
+  Need to investigate why this is the case and where the 200+ extra bytes are 
coming from.
+  Fix: The default compress value had changed. The new default is that no 
compression is used.
+  To re-enable compression, <Sender compress="true" in the sender element.
+
 5.5.15 (pero)
 - Optimized getMembers access from McastMembership
     Member list was copied at every access. (Used inside 
ReplicationValve.invoke)



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to