[ 
https://issues.apache.org/jira/browse/HTTPASYNC-48?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Oleg Kalnichevski resolved HTTPASYNC-48.
----------------------------------------

       Resolution: Fixed
    Fix Version/s: 4.0-beta5

Patch committed to SVN trunk. Many thanks, Dmitry, for contributing it.

Oleg
                
> InternalHttpAsyncClientThread.reactorThread should be created via 
> ThreadFactory
> -------------------------------------------------------------------------------
>
>                 Key: HTTPASYNC-48
>                 URL: https://issues.apache.org/jira/browse/HTTPASYNC-48
>             Project: HttpComponents HttpAsyncClient
>          Issue Type: Improvement
>    Affects Versions: 4.0-beta4, Future
>            Reporter: Dmitry Potapov
>            Priority: Trivial
>             Fix For: 4.0-beta5
>
>         Attachments: httpasyncclient.patch
>
>
> InternalHttpAsyncClientThread.reactorThread is created via implicit call to 
> "new Thread()" which doesn't allow to configure reactor thread priority and 
> name, which may lead to some inconvenience during debug or performance 
> profiling.
> My proposal is to pass java.util.concurrent.ThreadFactory to 
> InternalHttpAsyncClientThread.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to