[ http://issues.apache.org/jira/browse/AXIS2-761?page=comments#action_12412883 ]
Oleg Kalnichevski commented on AXIS2-761: ----------------------------------------- > When I send the large messages from a single client thread, performance is at > least as good as before, probably a little better Chuck, can you quantify that? Usually HttpCore tends to be 20% to 40% faster compared to HttpClient 3.0 (the old SHS is based on) depending on the content length. I am unable to make a comparative performance analysis of old SHS vs new one because I have never been able to make the old SHS survive under even a moderate workload. Anyways, I am glad the new SHS seems to be holding up well. I see a few areas for further improvement and performance optimization in the HTTP layer but would rather prefer to tackle them incrementally. Oleg > SimpleHttpServer based on Jakarta HttpComponents HttpCore > --------------------------------------------------------- > > Key: AXIS2-761 > URL: http://issues.apache.org/jira/browse/AXIS2-761 > Project: Apache Axis 2.0 (Axis2) > Type: Improvement > Components: transports > Versions: 1.0 > Reporter: Oleg Kalnichevski > Attachments: jakarta-httpcore-4.0-20060521.jar, simplehttpserver.patch > > The following patch replaces the SimpleHttpServer implementation based on the > testing framework of Commons HttpClient 3.x with a one based on Jakarta > HttpComponents HttpCore. Compiled against Axis2 trunk and HttpCore trunk > * Removes all references to Commons HttpClient classes > * Enables streaming of schema definitions and similar content > * Improves content buffering of SOAP response > * Improves handling of fault conditions and exception handling > * Fixes a number of NPEs in AxisEngine > * Improves performance and reliability of the HTTP transport -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
