[ http://jira.codehaus.org/browse/XFIRE-309?page=comments#action_61388 ]
Mike Youngstrom commented on XFIRE-309: --------------------------------------- It turns out that our apps poor performance was due to a bug in the 1.5 VM. We upgraded to 1.5.0_06 and things went much faster. Regardless persistent connections is a nice to have anyway. :) Thanks. > 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
