[ http://jira.codehaus.org/browse/XFIRE-309?page=all ] Dan Diephouse reopened XFIRE-309: ---------------------------------
realized that this isn't quite fixed yet anyway, I didn't update CommonsHttpMessageSender. doh! > Refactor Http transport to take advantage of persistent connections > ------------------------------------------------------------------- > > Key: XFIRE-309 > URL: http://jira.codehaus.org/browse/XFIRE-309 > Project: XFire > Type: Improvement > Components: Core > Versions: 1.0 > Reporter: Mike Youngstrom > Assignee: Dan Diephouse > Fix For: 1.1-beta-1 > > > Currently it appears a new HttpChannel is being created for each invocation, > this in turn is creating a new HttpClient instance. If it were possible to > refactor the Http transport stack to reuse HttpClient instances for a given > uri then that would allow commons Http to automatically provide persistent > connection support. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
