You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by rj...@apache.org on 2009/09/08 16:10:20 UTC

svn commit: r812517 - in /tomcat/sandbox/tomcat-oacc/trunk/src/share/org/apache/catalina/cluster: package.html session/SimpleTcpReplicationManager.java

Author: rjung
Date: Tue Sep  8 14:10:20 2009
New Revision: 812517

URL: http://svn.apache.org/viewvc?rev=812517&view=rev
Log:
Remove references to JavaGroups.
We never used it in TC 5.x or OACC.

Modified:
    tomcat/sandbox/tomcat-oacc/trunk/src/share/org/apache/catalina/cluster/package.html
    tomcat/sandbox/tomcat-oacc/trunk/src/share/org/apache/catalina/cluster/session/SimpleTcpReplicationManager.java

Modified: tomcat/sandbox/tomcat-oacc/trunk/src/share/org/apache/catalina/cluster/package.html
URL: http://svn.apache.org/viewvc/tomcat/sandbox/tomcat-oacc/trunk/src/share/org/apache/catalina/cluster/package.html?rev=812517&r1=812516&r2=812517&view=diff
==============================================================================
--- tomcat/sandbox/tomcat-oacc/trunk/src/share/org/apache/catalina/cluster/package.html (original)
+++ tomcat/sandbox/tomcat-oacc/trunk/src/share/org/apache/catalina/cluster/package.html Tue Sep  8 14:10:20 2009
@@ -20,8 +20,4 @@
 of a Cluster is <code>org.apache.catalina.Cluster</code> implementations
 of this class is done when implementing a new Cluster protocol</p>
 
-<p>The only Cluster protocol currently implemented is a JavaGroups based<br>
-&nbsp;&nbsp;&nbsp;&nbsp;<b>JGCluster.java</b>
-</p>
-
 </body>

Modified: tomcat/sandbox/tomcat-oacc/trunk/src/share/org/apache/catalina/cluster/session/SimpleTcpReplicationManager.java
URL: http://svn.apache.org/viewvc/tomcat/sandbox/tomcat-oacc/trunk/src/share/org/apache/catalina/cluster/session/SimpleTcpReplicationManager.java?rev=812517&r1=812516&r2=812517&view=diff
==============================================================================
--- tomcat/sandbox/tomcat-oacc/trunk/src/share/org/apache/catalina/cluster/session/SimpleTcpReplicationManager.java (original)
+++ tomcat/sandbox/tomcat-oacc/trunk/src/share/org/apache/catalina/cluster/session/SimpleTcpReplicationManager.java Tue Sep  8 14:10:20 2009
@@ -44,18 +44,14 @@
  * Company:      www.filip.net
  * @author  <a href="mailto:mail@filip.net">Filip Hanik</a>
  * @author Bela Ban (modifications for synchronous replication)
- * @author Rainer Jung
  * @version 1.0 for TC 4.0
- * Description: The InMemoryReplicationManager is a session manager that replicated
- * session information in memory. It uses <a href="www.javagroups.com">JavaGroups</a> as
- * a communication protocol to ensure guaranteed and ordered message delivery.
- * JavaGroups also provides a very flexible protocol stack to ensure that the replication
- * can be used in any environment.
+ * Description: The SimpleTcpReplicationManager is a session manager that replicated
+ * session information in memory.
  * <BR><BR>
- * The InMemoryReplicationManager extends the StandardManager hence it allows for us
+ * The SimpleTcpReplicationManager extends the StandardManager hence it allows for us
  * to inherit all the basic session management features like expiration, session listeners etc
  * <BR><BR>
- * To communicate with other nodes in the cluster, the InMemoryReplicationManager sends out 7 different type of multicast messages
+ * To communicate with other nodes in the cluster, the SimpleTcpReplicationManager sends out 7 different type of multicast messages
  * all defined in the SessionMessage class.<BR>
  * When a session is replicated (not an attribute added/removed) the session is serialized into
  * a byte array using the StandardSession.readObjectData, StandardSession.writeObjectData methods.



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org