Return-Path: Delivered-To: apmail-xml-axis-dev-archive@xml.apache.org Received: (qmail 82955 invoked by uid 500); 3 Aug 2001 00:14:16 -0000 Mailing-List: contact axis-dev-help@xml.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@xml.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-dev@xml.apache.org Received: (qmail 82948 invoked from network); 3 Aug 2001 00:14:16 -0000 Received: from proxy4.ba.best.com (root@206.184.139.15) by h31.sny.collab.net with SMTP; 3 Aug 2001 00:14:16 -0000 Received: from speedball (adsl-216-102-90-148.dsl.snfc21.pacbell.net [216.102.90.148]) by proxy4.ba.best.com (8.9.3/8.9.2/best.out) with SMTP id RAA22208; Thu, 2 Aug 2001 17:13:51 -0700 (PDT) Message-Id: <3.0.1.32.20010802171902.0146f440@shell2.ba.best.com> X-Sender: robj@shell2.ba.best.com X-Mailer: Windows Eudora Light Version 3.0.1 (32) Date: Thu, 02 Aug 2001 17:19:02 -0700 To: axis-dev@xml.apache.org, axis-dev@xml.apache.org From: Rob Jellinghaus Subject: Re: [soapbuilders] Re: kSOAP interop w. WM, Apache, SOAP4R In-Reply-To: <3B6982E9.6030701@covalent.net> References: <01b301c11b4d$05e65f20$0b00a8c0@gamebox> <15209.26653.411162.220068@syrah.nelson.monkey.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N At 09:42 AM 8/2/2001 -0700, Jonathan Cobb wrote: >If I set a timeout on accept using ServerSocket.setSoTimeout, then it >still hangs until the timeout is reached. >For example, if I send a Thread.stop to the thread blocking in >ServerSocket.accept, a ThreadDeath error is not thrown until the timeout >expires. ... >It would be nice if I could close the socket asynchronously by calling >ServerSocket.close, and the ServerSocket.accept method would throw a >SocketException. That would be nice, but for Axis purposes (especially release 1), waiting until the timeout expires is probably fine. (?) Cheers, Rob