
|
If you were logged in you would be able to see more operations.
|
|
|
XFire
Created: 16/Mar/06 09:13 AM
Updated: 20/Mar/06 07:29 PM
|
|
| Component/s: |
Core
|
| Affects Version/s: |
1.0
|
| Fix Version/s: |
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.
|
|
Description
|
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. |
Show » |
|