Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 82532 invoked from network); 25 Apr 2007 13:11:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Apr 2007 13:11:39 -0000 Received: (qmail 22351 invoked by uid 500); 25 Apr 2007 13:11:32 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 22326 invoked by uid 500); 25 Apr 2007 13:11:32 -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 22310 invoked by uid 99); 25 Apr 2007 13:11:32 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Apr 2007 06:11:32 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of remy.maucherat@gmail.com designates 64.233.162.225 as permitted sender) Received: from [64.233.162.225] (HELO nz-out-0506.google.com) (64.233.162.225) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Apr 2007 06:11:25 -0700 Received: by nz-out-0506.google.com with SMTP id x7so285205nzc for ; Wed, 25 Apr 2007 06:11:04 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=c1iXwNyFp37VI03f+QTjdkMjxaA1CqMu/rCTcWmUVak8hkKHmU/qnLy969GxQdGIQSFVxpVeLFqH7CVwEmtZUT8YzVfVU/HpTSe95eE+nAZO0VHsJWL8EekLS2TZRlKmrl0mZimBTlI32boQvKvSmFyzlgXhf4HPoQ3EZMLb9JM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=DQN685RmDjYcMC4l0dW7qE9Tb5aMS4btS2PCIjuEMOdkRHytBk8sGhqxpYOzoHt3uguTJZkzHgaBDpzqXHTDFioF31Kn21/O7QDNmkkpui8IQktWmb0q5ustTkmcnP3G/cAYY64a0fJVel1VH4LLpP3I7lud6g3Kn1hTJRgyTCk= Received: by 10.114.25.3 with SMTP id 3mr178626way.1177506661199; Wed, 25 Apr 2007 06:11:01 -0700 (PDT) Received: by 10.114.155.20 with HTTP; Wed, 25 Apr 2007 06:11:01 -0700 (PDT) Message-ID: <6d959d480704250611x6bc53bd9w6337b7ff0f91f4d3@mail.gmail.com> Date: Wed, 25 Apr 2007 15:11:01 +0200 From: "=?ISO-8859-1?Q?R=E9my_Maucherat?=" To: "Tomcat Users List" Subject: Re: Memory Leak with Comet In-Reply-To: <23AFECEB22D2FD47ADF828485803B2C0019F822B@MCHP7R5A.ww002.siemens.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <23AFECEB22D2FD47ADF828485803B2C0019F7DCE@MCHP7R5A.ww002.siemens.net> <6d959d480704240758n68ed6b73rba63f69c7f30ab1b@mail.gmail.com> <23AFECEB22D2FD47ADF828485803B2C0019F7E78@MCHP7R5A.ww002.siemens.net> <462E7AD2.8080600@hanik.com> <23AFECEB22D2FD47ADF828485803B2C0019F822B@MCHP7R5A.ww002.siemens.net> X-Virus-Checked: Checked by ClamAV on apache.org On 4/25/07, Reich, Matthias wrote: > First I ran Tomcat with a single connector with attribute maxThreads=3D20= , > and started it with -Xmx10m. > In the dump I saw 103 instances of class > org.apache.coyote.http11.Http11AprProcessor and the same number of all > the attached objects like Request, Response ... This basically means what I said: the connections and their associated processors are never properly closed and recycled for some reason. R=E9my --------------------------------------------------------------------- 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