The features that I'm after are: 1. Single thread servicing multiple connections 2. Full duplex connections 3. Request pipelining 4. SOCKS 4 and 5 5. Keep-Alive 6. Cookies 7. Headers 8. HTTPS 9. C++, Perl and C# implementation with the same API as the Java one.
I can see that Jakarta HTTPClient does 6. 7. and 8. Innovation HTTPClient seems to do them all but 1. None seems to do 9. Regards, Nikolai -----Original Message----- From: Adrian Sutton [mailto:[EMAIL PROTECTED]] Sent: 01 October 2002 02:54 To: 'Jakarta Commons Users List' Subject: RE: [httpclient] >Has anyone done a comparison between the Jakarta HTTPClient and the one >from Innovation.ch http://www.innovation.ch/java/HTTPClient/ ? > >Why have both? The one from Innovation seem to be much more "advanced" >so to say. The reason we use Jakarta HttpClient is a) because that's what Slide uses and b) because the Innovation HttpClient is under the LGPL which is really difficult to work with (not impossible but not worth the effort for us). Aside from that, HttpClient does everything we needed. What features were you looking for in particular that Innovation has and HttpClient doesn't? Adrian Sutton, Software Engineer Ephox Corporation www.ephox.com This email and any files transmitted with it are confidential and intended solely for the use of the individual to whom they are addressed. Opinions contained in this email do not necessarily reflect the opinions of Ephox Corporation. If you have received this email in error please notify the sender immediately and delete all copies of the correspondence from your computer and/or computer network. No warranty is given that this message upon its receipt is virus free and the sender in this respect accepts no liability. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
