[
https://issues.apache.org/jira/browse/HTTPCORE-532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16538044#comment-16538044
]
ASF GitHub Bot commented on HTTPCORE-532:
-----------------------------------------
GitHub user xiaohu-zhang opened a pull request:
https://github.com/apache/httpcomponents-core/pull/68
HTTPCORE-532
IOReactor thread can be lazy started
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/xiaohu-zhang/httpcomponents-core
lazyinitIOReactor
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/httpcomponents-core/pull/68.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #68
----
commit 2d8905069831b542013ac2cd042d857c87615125
Author: xiaohu-zhang <silver9886@...>
Date: 2018-07-10T04:53:11Z
HTTPCORE-532
IOReactor thread can be lazy started
----
> IOReactor thread should be lazy started
> ---------------------------------------
>
> Key: HTTPCORE-532
> URL: https://issues.apache.org/jira/browse/HTTPCORE-532
> Project: HttpComponents HttpCore
> Issue Type: Improvement
> Reporter: silver9886
> Priority: Major
>
> SingleCoreIOReactor can be lazy started when it used. do not need to start
> all threads before
> any http request.
> resolve method is create new ioreactor thread every time there has new
> request util thread number limit.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]