Bug 708300

Summary: as7: Investigate (and use) connection pooling for connections to AS
Product: [Other] RHQ Project Reporter: Heiko W. Rupp <hrupp>
Component: PluginsAssignee: Simeon Pinder <spinder>
Status: CLOSED WONTFIX QA Contact: Mike Foley <mfoley>
Severity: unspecified Docs Contact:
Priority: medium    
Version: 4.1CC: hrupp
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-08-16 20:14:31 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 707223    

Description Heiko W. Rupp 2011-05-27 08:07:47 UTC
Currently for each request a new connection is opened.
This is not the most efficient way due to TCP 3-way handshake - especially for remote servers.

Investigate using connection pooling 
- does as7 support it
- is it really faster
- what are memory changes
- does it allow secure connections?

If the answers are positive, implement it.

Comment 1 Heiko W. Rupp 2011-08-16 15:09:52 UTC
The JRE provides pooling out of the box (when requests are at most 7sec apart from each other), so there is no need to do anything.