Dmitry Potapov created HTTPASYNC-48:
---------------------------------------
Summary: 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
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]