Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 81420 invoked from network); 21 Feb 2006 23:54:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 21 Feb 2006 23:54:34 -0000 Received: (qmail 9171 invoked by uid 500); 21 Feb 2006 23:54:32 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 9134 invoked by uid 500); 21 Feb 2006 23:54:32 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Id: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 9122 invoked by uid 99); 21 Feb 2006 23:54:32 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Feb 2006 15:54:32 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of rooneg@gmail.com designates 64.233.184.195 as permitted sender) Received: from [64.233.184.195] (HELO wproxy.gmail.com) (64.233.184.195) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Feb 2006 15:54:31 -0800 Received: by wproxy.gmail.com with SMTP id i28so969308wra for ; Tue, 21 Feb 2006 15:54:10 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=TSPheE8CZ83Jag2CZa3L+lsV9kKuLc5OsGy16EIy130yqLftkcHGUfHO75yvmJcu1I+MQomIVRdPoe+hnR4sVA1tsbMWz3hbyPWJXWCIixGQEFLW7x/wnb5X2mYKwYBsyzcUKMh68ctQDJXe153z9KRep2WOlMi3gRhig/lf7dA= Received: by 10.54.110.20 with SMTP id i20mr991918wrc; Tue, 21 Feb 2006 15:52:45 -0800 (PST) Received: by 10.54.121.15 with HTTP; Tue, 21 Feb 2006 15:54:10 -0800 (PST) Message-ID: <7edfeeef0602211554h5f6ac7fdn48e46cfdfd588a9a@mail.gmail.com> Date: Tue, 21 Feb 2006 15:54:10 -0800 From: "Garrett Rooney" Sender: rooneg@gmail.com To: jim@jagunet.com Subject: Re: APR leaves port bound when terminated? Cc: "Sean Neeley" , dev@apr.apache.org In-Reply-To: <200602212334.k1LNYsj18025@devsys.jaguNET.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200602212334.k1LNYsj18025@devsys.jaguNET.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 2/21/06, Jim Jagielski wrote: > I would guess this in an artifact of SO_REUSEADDR Actually, wouldn't setting SO_REUSEADDR (or APR_SO_REUSEADDR in this case) make the problem go away? I'd assumed that the code in Tomcat just wasn't doing that or something. -garrett