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 36782 invoked from network); 10 Mar 2003 21:35:55 -0000 Received: from smtp2.brightpoint.com (HELO mail-exch04.na.bpww.org) (168.215.84.46) by daedalus.apache.org with SMTP; 10 Mar 2003 21:35:55 -0000 Received: by mail-exch04.brightpoint.com with Internet Mail Service (5.5.2653.19) id ; Mon, 10 Mar 2003 16:36:01 -0500 Message-ID: From: "Pani, Gourav" To: "'commons-httpclient-dev@jakarta.apache.org'" Subject: Problem encountered posting large files Date: Mon, 10 Mar 2003 16:36:00 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I am using HttpClient release 2.0 Alpha 3 using J2SDK1.4.1_01 . When I try posting large files greater than 2MB using the PostXML.java example, I see the packets going across and get responses back but it takes extremely long sending the data and in the process, the connection times out. I managed to successfully post and receive a response using the Socket object in a different test program. Any help is greatly appreciated. Thanks in Advance. Gourav