DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=25372>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=25372

auto close idle connections





------- Additional Comments From [EMAIL PROTECTED]  2004-04-20 02:47 -------
> A tree of lists can scale much better and will be more efficient when dealing
> with a significant number of connections. However, I think it is certainly an
> overkill for the simple (one connection) connection manager. Mike, can we have
> something lighter for the SimpleHttpConnectionManager?

Can do.

> Mike, is there any particular reason for not removing connections from the tree
> of lists in the IdleConnectionHandler#remove method?

This is just to avoid iterating over the tree map.  The map is keyed by the time added 
instead of the 
connection.

Mike

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to