Bug 708300 - as7: Investigate (and use) connection pooling for connections to AS
Summary: as7: Investigate (and use) connection pooling for connections to AS
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: RHQ Project
Classification: Other
Component: Plugins
Version: 4.1
Hardware: Unspecified
OS: Unspecified
medium
unspecified
Target Milestone: ---
: ---
Assignee: Simeon Pinder
QA Contact: Mike Foley
URL:
Whiteboard:
Depends On:
Blocks: as7-plugin
TreeView+ depends on / blocked
 
Reported: 2011-05-27 08:07 UTC by Heiko W. Rupp
Modified: 2011-10-04 19:20 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2011-08-16 20:14:31 UTC
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.