Return-Path: Delivered-To: apmail-xml-axis-dev-archive@xml.apache.org Received: (qmail 13702 invoked by uid 500); 4 Apr 2002 19:03:10 -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 13693 invoked from network); 4 Apr 2002 19:03:10 -0000 Message-ID: <079FD72E42C9D311B854009027650E6F0BCD695A@xatl02.atl.hp.com> From: "CHEN,SHIH-CHANG (HP-NewJersey,ex2)" To: "'axis-dev@xml.apache.org'" Cc: "'Charles.Ng@cognos.com'" Subject: RE: HTTPSender Date: Thu, 4 Apr 2002 14:02:48 -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 1. I have tired to modify the HTTPSender to use the httpclient in apache common project. The purpose is as you said to support Keep-alive and chunking transfer-encoding. However, httpclient does not fit my need very well and I found it have problems when using http proxy. So, is the httpclient lib mature enough to be used in Soap-client ? 2. Right now, I already have a working modified HTTPSender that support Keep-alive and chunking transfer-encoding. The performance improvement is not significant but visible, around 10% ~ 15% using localhost tomcat. 3. For the HTTPSender, I also plan to make all the JSSE properties configurable. Therefore user can specify the security properties programmatically or by config rather than using defaults. Let me know if my modified HTTPSender is valuable for you ... -chen > -----Original Message----- > From: Ng, Charles [mailto:Charles.Ng@cognos.com] > Sent: Thursday, April 04, 2002 12:35 PM > To: 'axis-dev@xml.apache.org' > Subject: HTTPSender > > > Hi. > > Are there any plans to use the Jakarta Common's HTTP client > to implement > HTTPSender? There are features in HTTP 1.1 that are useful > (e.g. Keep-alive > and chunking). Also, there will be less code to maintain. > > Charles > > This message may contain privileged and/or confidential > information. If you > have received this e-mail in error or are not the intended > recipient, you > may not use, copy, disseminate or distribute it; do not open any > attachments, delete it immediately from your system and > notify the sender > promptly by e-mail that you have done so. Thank you. >