Return-Path: Mailing-List: contact commons-httpclient-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list commons-httpclient-dev@jakarta.apache.org Received: (qmail 95486 invoked from network); 3 Jul 2003 17:36:30 -0000 Received: from mxout5.cac.washington.edu (140.142.32.135) by daedalus.apache.org with SMTP; 3 Jul 2003 17:36:30 -0000 Received: from smtp.washington.edu (smtp.washington.edu [140.142.32.139]) by mxout5.cac.washington.edu (8.12.9+UW03.06/8.12.9+UW03.06) with ESMTP id h63HaXin014264 for ; Thu, 3 Jul 2003 10:36:33 -0700 Received: from u.washington.edu (ss02.co.us.ibm.com [32.97.110.67]) (authenticated bits=0) by smtp.washington.edu (8.12.9+UW03.06/8.12.9+UW03.06) with ESMTP id h63HaV49003111 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NOT) for ; Thu, 3 Jul 2003 10:36:32 -0700 Message-ID: <3F04697D.5090704@u.washington.edu> Date: Thu, 03 Jul 2003 13:35:57 -0400 From: Michael Becke User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3b) Gecko/20030313 Minotaur/0.1a X-Accept-Language: en-us, en MIME-Version: 1.0 To: Commons HttpClient Project Subject: Re: How to interrupt connexion ? References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Version: 4.0.1.70432 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Do you want to interrupt the sending of data or the creation of a connection? Mike adelie-6.consultant@dgi.finances.gouv.fr wrote: > Hello, > > I am doing a small application which send file via MultiPartPost... class > to a web server. > This application launches internaly several threads, each one establishing > a connection with different servers. > > Everything is working fine but I am not able to stop a transfert that is > waiting for the connection timeout to stop : timeout is very long - > several hours - and releaseConnection(), Thread.interrupt() don't work. > The thread doesn't stop. > > Can you help me ? > > Thanks > > > Damien Lecan > > --------------------------------------------------------------------- > To unsubscribe, e-mail: commons-httpclient-dev-unsubscribe@jakarta.apache.org > For additional commands, e-mail: commons-httpclient-dev-help@jakarta.apache.org >