[
https://issues.apache.org/jira/browse/HTTPCORE-369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Nitschinger updated HTTPCORE-369:
-----------------------------------------
Description:
Hi Folks,
I'm not sure if this is just missing in the documentation or if its not
possible at all, so I wanted to bring it up and discuss.
I'm firing out requests through the BasicNIOConnPool and use a List<HttpHost>
do to that in a round-robin fashion - kinda. Now it could happen that this list
changes so new hosts get added or old nodes removed. Adding new ones is not a
problem since sockets get opened on the fly, but I'm worrying about removing
them.
Is there a way to release all open connections for a HttpHost? There is not
much documentation around releasing those and from the API docs I see its only
possible through a PoolEntry, but I have no clue how that maps to a HttpHost.
And if that's not feasible or intended, what would be the correct way to do it?
Thanks,
Michael
was:
Hi Folks,
I'm not sure if this is just missing in the documentation or if its not
possible at all, so I wanted to bring it up and discuss.
I'm firing out requests through the BasicNIOConnPool and use a List<HttpHost>
do to that in a round-robin fashion - kinda. Now it could happen that this list
changes so new hosts get added or old nodes removed. Adding new ones is not a
problem since sockets get opened on the fly, but I'm worrying about removing
them.
Is there a way to release all open connections for a HttpHost? There is not
much documentation around releasing those and from the API docs I see its only
possible through a PoolEntry, but I have no clue how that maps to a HttpHost.
Thanks,
Michael
> Release BasicNIOConnPool connections per HttpHost
> -------------------------------------------------
>
> Key: HTTPCORE-369
> URL: https://issues.apache.org/jira/browse/HTTPCORE-369
> Project: HttpComponents HttpCore
> Issue Type: Improvement
> Components: HttpCore NIO
> Affects Versions: 4.3
> Reporter: Michael Nitschinger
>
> Hi Folks,
> I'm not sure if this is just missing in the documentation or if its not
> possible at all, so I wanted to bring it up and discuss.
> I'm firing out requests through the BasicNIOConnPool and use a List<HttpHost>
> do to that in a round-robin fashion - kinda. Now it could happen that this
> list changes so new hosts get added or old nodes removed. Adding new ones is
> not a problem since sockets get opened on the fly, but I'm worrying about
> removing them.
> Is there a way to release all open connections for a HttpHost? There is not
> much documentation around releasing those and from the API docs I see its
> only possible through a PoolEntry, but I have no clue how that maps to a
> HttpHost.
> And if that's not feasible or intended, what would be the correct way to do
> it?
> Thanks,
> Michael
--
This message was sent by Atlassian JIRA
(v6.1.4#6159)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]