Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 57812 invoked from network); 5 Aug 2004 15:11:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 5 Aug 2004 15:11:06 -0000 Received: (qmail 68046 invoked by uid 500); 5 Aug 2004 15:10:32 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 67919 invoked by uid 500); 5 Aug 2004 15:10:31 -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 67906 invoked by uid 99); 5 Aug 2004 15:10:31 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.228.29.63] (HELO n066.sc1.cp.net) (209.228.29.63) by apache.org (qpsmtpd/0.27.1) with ESMTP; Thu, 05 Aug 2004 08:10:30 -0700 Received: from EstafetLaptop (62.252.228.115) by n066.sc1.cp.net (7.0.030.2) (authenticated as big.beanz@virgin.net) id 410F9A180005F66B for tomcat-user@jakarta.apache.org; Thu, 5 Aug 2004 15:10:22 +0000 Message-ID: <007301c47afe$f589d7f0$73e4fc3e@EstafetLaptop> From: "Michael Watson" To: "Tomcat Users List" References: <9C5166762F311146951505C6790A9CF80229BE0B@US-VS1.corp.mpi.com> Subject: Re: Session Pooling? Date: Thu, 5 Aug 2004 16:14:51 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1409 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Fantastic! Thanks for the quick response! Mike ----- Original Message ----- From: "Shapira, Yoav" To: "Tomcat Users List" Sent: Thursday, August 05, 2004 4:01 PM Subject: RE: Session Pooling? Hola, >I'm trying to understand how a single instance of Tomcat manages sessions. >Is there any pooling/recycling of sesssion objects or are they >created/destroyed as required? >If they are pooled, is the size of this pool configurable? They are not pooled. They are created and destroyed (and passivated, activated) as needed. You can configure how and where they're stored by adjusting the properties of the Manager element: http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/manager.html You can also write a custom one of your own, which could pool sessions as you need. >Also where can I find some good documentation on managing sessions across a >cluster or load balanced instances? In the Clustering How-To document: http://jakarta.apache.org/tomcat/tomcat-5.0-doc/cluster-howto.html >Does anyone know of a practical limit for the number of concurrent >connections Tomcat can cope with on a reasonably out of the box Redhat >installation (obviously file descriptor limits aside)? It's limited by your hardware and things like the file descriptor limits. We routinely have hundreds of sessions, and I know of sites that are an order of magnitude higher. Yoav This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged. This e-mail is intended only for the individual(s) to whom it is addressed, and may not be saved, copied, printed, disclosed or used by anyone else. If you are not the(an) intended recipient, please immediately delete this e-mail from your computer system and notify the sender. Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.709 / Virus Database: 465 - Release Date: 22/06/2004 --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org