Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 8927 invoked from network); 7 Apr 2005 04:33:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Apr 2005 04:33:01 -0000 Received: (qmail 3812 invoked by uid 500); 7 Apr 2005 04:32:33 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 3796 invoked by uid 500); 7 Apr 2005 04:32:33 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 3783 invoked by uid 99); 7 Apr 2005 04:32:33 -0000 X-ASF-Spam-Status: No, hits=0.4 required=10.0 tests=DNS_FROM_RFC_ABUSE,RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of nowuknow@gmail.com designates 64.233.184.193 as permitted sender) Received: from wproxy.gmail.com (HELO wproxy.gmail.com) (64.233.184.193) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 06 Apr 2005 21:32:31 -0700 Received: by wproxy.gmail.com with SMTP id 71so450105wri for ; Wed, 06 Apr 2005 21:32:26 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:subject:from:to:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; b=YuP6rKd5OBFydBpl20Sfm+f/FzAqodxr7OXlDhfp2Ae25EHRVSSAsAbGANDTPN0Bmxk8SxQ/40q9YLQNRSw8XnH2vnqnOo0+ovdDu6AYR3fXST9mL2dAQD9/oFov8l8tYH9RRoVyxRPBy7eNGTStLZle0q1ASPCW86AaXj18dVg= Received: by 10.54.13.34 with SMTP id 34mr420006wrm; Wed, 06 Apr 2005 21:32:25 -0700 (PDT) Received: from ?192.168.0.101? ([24.110.215.112]) by mx.gmail.com with ESMTP id 8sm276349wrl.2005.04.06.21.32.24; Wed, 06 Apr 2005 21:32:25 -0700 (PDT) Subject: Re: ANN: scalable clustered session manager From: Gmail User To: Tomcat Users List In-Reply-To: <20050222085919.6898.qmail@web40901.mail.yahoo.com> References: <20050222085919.6898.qmail@web40901.mail.yahoo.com> Content-Type: text/plain Date: Wed, 06 Apr 2005 23:48:26 -0400 Message-Id: <1112845706.27486.84.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.0.4 (2.0.4-2) Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I hope I did not miss any relevant communication regarding this thead. I was wondering though if your code could be used for Tomcat 4.1.30 (I am not quite ready to move my stuff to 5.x). Thanks, Ed On Tue, 2005-02-22 at 00:59 -0800, Rob Block wrote: > Tomcat users, > > I have created a plugin for Tomcat 5 that provides scalable session > clustering by replicating each session to a single node rather than > the whole cluster. For large-cluster deployments (the primary target > audience of this work), the resource savings for both bandwidth and > per-node memory usage can be dramatic compared to the current full > replication scheme. > > The tomcat plugin is hosted at > https://sourceforge.net/projects/tomcat-jg (formerly home to the > full-replication jgroups-based session manager that is now integrated > into Tomcat 5). The initial (alpha quality) release of the plugin is > available to users and developers now and is under active > development. > > To download the plugin: go to tomcat-jg site (above) and select > tomcat-jcluster package under File Releases. It contains three jar > files, plus release notes for setting it up: > > - catalina-ha.jar the tomcat plugin > - jcluster.jar jcluster API > - jcluster-plugin.jar jgroups impl of jcluster > > The plugin uses the jcluster API (http://jcluster.dev.java.net) for > communication, membership and failover. Jcluster is a BSD-licensed > set of APIs that specifies group communication functionality similar > to jgroups. Jgroups is currently required as a separate download as > it is the only jcluster impl. However, this is only temporary as I > am working on a port to use Tomcat's internal communication classes. > The jcluster javadoc is online at > https://jcluster.dev.java.net/nonav/javadoc/index.html. > > The tomcat plugin source is viewable at: > http://cvs.sourceforge.net/viewcvs.py/tomcat-jg/tomcat-javagroups/src/org/apache/catalina/cluster/session/ > > I would appreciate feedback about the usefulness of this project, in > particular, how many of you are deploying Tomcat in large cluster > configurations where current scalability limitations are a concern. > > Please address any questions to me at lightningrob@yahoo.com > > Regards, > Rob > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: tomcat-user-help@jakarta.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org