[
https://issues.apache.org/jira/browse/ASYNCWEB-8?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mike Heath moved DIRMINA-496 to ASYNCWEB-8:
-------------------------------------------
Component/s: (was: Protocol - HTTP)
Client
Affects Version/s: (was: 2.0.0-M2)
(was: 2.0.0-M1)
Key: ASYNCWEB-8 (was: DIRMINA-496)
Project: Asyncweb (was: MINA)
> AsyncHttpClient creates new NioSocketConnector
> ----------------------------------------------
>
> Key: ASYNCWEB-8
> URL: https://issues.apache.org/jira/browse/ASYNCWEB-8
> Project: Asyncweb
> Issue Type: Improvement
> Components: Client
> Environment: trunk, r598971 of the public repository.
> Reporter: Tuure Laurinolli
>
> Currently each AsyncHttpClient creates a new NioSocketConnector. This will
> cause each AsyncHttpClient to have its own thread pool, which is rather
> excessive and rather inflexible in my opinion.
> Instead of creating its own NioSocketConnector, AsyncHttpClient should
> receive its IoConnector through a constructor, which should probably be
> called by a factory. All AsyncHttpClients created using the same factory
> should share the same IoConnector.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.