You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by "Oleg Kalnichevski (JIRA)" <ji...@apache.org> on 2013/09/23 14:31:07 UTC

[jira] [Resolved] (HTTPCLIENT-1402) improve httpcore perfomence and reduce memory usage

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

Oleg Kalnichevski resolved HTTPCLIENT-1402.
-------------------------------------------

    Resolution: Fixed

Committed with some changes to SVN trunk. Similar fix applied to HttpAsyncClient.

Oleg
                
> improve httpcore  perfomence and reduce memory usage
> ----------------------------------------------------
>
>                 Key: HTTPCLIENT-1402
>                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1402
>             Project: HttpComponents HttpClient
>          Issue Type: Improvement
>          Components: HttpClient
>    Affects Versions: 4.3 Final
>         Environment: all platform
>            Reporter: yuexiaojun
>              Labels: patch
>             Fix For: 4.3.1
>
>         Attachments: http-client.patch, image2013-9-15 12-55-55.png, image2013-9-15 12-57-20.png, image2013-9-16 9-49-4.png, loadversion.patch
>
>
> when I new  DefaultHttpClient instance without defaultParams  and then getParams,It will loadVersionInfo  by classloader from jar file everytime,this operation is slowly and unworthy; So I add a hashmap to cache versioninfo at org.apache.http.util.VersionInfo#loadVersionInfo and read the version only first time ;
> test case and result:
> case : create 100000 httpclient objects and recycle memory with Xmx512m Xms512m
> before: bring about 118 younggc and spent 84509ms
> after:  bring about 15 younggc and only spent 3352ms
> when physical memory is insufficient ,this issues may cause http response very slowly;

--
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: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org