Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 80655 invoked from network); 26 Aug 2006 10:00:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 26 Aug 2006 10:00:09 -0000 Received: (qmail 56911 invoked by uid 500); 26 Aug 2006 09:59:57 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 56885 invoked by uid 500); 26 Aug 2006 09:59:57 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 56873 invoked by uid 99); 26 Aug 2006 09:59:57 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 26 Aug 2006 02:59:57 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [195.143.155.10] (HELO elmo.2sheds.de) (195.143.155.10) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 26 Aug 2006 02:59:56 -0700 Received: from [192.168.3.131] (p5498CF3E.dip.t-dialin.net [84.152.207.62]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by elmo.2sheds.de (Postfix) with ESMTP id 7B4A3F2A0A for ; Sat, 26 Aug 2006 11:59:35 +0200 (CEST) Mime-Version: 1.0 (Apple Message framework v752.2) In-Reply-To: <44F01933.2010406@jboss.com> References: <85c493340608260105x71827d1aq5ca34bc703b9431c@mail.gmail.com> <44F01625.2050709@jboss.com> <8EE6DDBD-8FB6-4E61-8568-EE64F5D3610C@2sheds.de> <44F01933.2010406@jboss.com> X-Gpgmail-State: !signed Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Andrew Miehs Subject: Re: 10,000 Virtual Hosts in a Tomcat instance Date: Sat, 26 Aug 2006 11:59:32 +0200 To: "Tomcat Users List" X-Mailer: Apple Mail (2.752.2) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Ok - Theoretically it may work... Who do you know that has a machine with Terabytes of memory? And is using it for web hosting?! The JVM will spend all its time doing context switching and garbage collection... Andrew On 26/08/2006, at 11:49 AM, Mladen Turk wrote: > Andrew Miehs wrote: >> The JVM will die if you do this with 10,000 webapps > > Why do you think it will die? > There are systems with 64-bit JVM's and terabytes of > memory. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org