Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 74400 invoked from network); 29 Dec 2006 15:41:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Dec 2006 15:41:52 -0000 Received: (qmail 45635 invoked by uid 500); 29 Dec 2006 15:41:58 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 45596 invoked by uid 500); 29 Dec 2006 15:41:58 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 45585 invoked by uid 99); 29 Dec 2006 15:41:58 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Dec 2006 07:41:57 -0800 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 mboorshtein@gmail.com designates 64.233.184.237 as permitted sender) Received: from [64.233.184.237] (HELO wr-out-0506.google.com) (64.233.184.237) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Dec 2006 07:41:48 -0800 Received: by wr-out-0506.google.com with SMTP id 58so591546wri for ; Fri, 29 Dec 2006 07:41:28 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=TL6Ijn7YkvwogeU3jqjePKgQJG+2CSdjoQHAy/S6hUhNZ24/FGIFpDTIrJTEqoD7lY1A+YYf28qf1C7k2YGkSNsn5xS4Rb3r5YuLfNP0Klx6I7ydNBuHSknEVSKQbMUsjf5NepuSrvxcLzKBpvZlaIFr0Jj7QWsJWKt7Rl/Caoo= Received: by 10.90.71.12 with SMTP id t12mr12554936aga.1167406887823; Fri, 29 Dec 2006 07:41:27 -0800 (PST) Received: by 10.90.83.5 with HTTP; Fri, 29 Dec 2006 07:41:27 -0800 (PST) Message-ID: <800df6390612290741r89e1ad2ub1decf79620433d8@mail.gmail.com> Date: Fri, 29 Dec 2006 10:41:27 -0500 From: "Marc Boorshtein" To: "Apache Directory Developers List" , akarasulu@apache.org Subject: Re: TCP service not shutting down cleanly In-Reply-To: <4593CCBD.5030002@apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <800df6390612260949s4b6ffbbakbd76f46325d973bf@mail.gmail.com> <800df6390612270604i70806c72s55bdf2d74353610f@mail.gmail.com> <4593CCBD.5030002@apache.org> X-Virus-Checked: Checked by ClamAV on apache.org > > Make sure you're using the following parameters to the acceptor config. > Namely the reuse address true parameter. Thanks Alex, but that does match my code. What OS/jdk do you guys test on? I'm on Fedora Core 5/jdk 1.5.something. Since I don't have this issue with the mina that comes with apacheds 0.9.8 I'll see if I need to register a bug with the mina project and revisit once it's taken care of. Thanks everyone. Marc