[
https://issues.apache.org/jira/browse/JENA-1346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16025058#comment-16025058
]
Andy Seaborne commented on JENA-1346:
-------------------------------------
Chnage:
HttpOp:
{noformat}
public static HttpClient createDefaultHttpClient() {
return createCachingHttpClient();
}
{noformat}
to
{noformat}
public static HttpClient createDefaultHttpClient() {
return createPoolingHttpClient();
}
{noformat}
> HttpOp : switch to using a pooling HttpClient as the default.
> -------------------------------------------------------------
>
> Key: JENA-1346
> URL: https://issues.apache.org/jira/browse/JENA-1346
> Project: Apache Jena
> Issue Type: Improvement
> Affects Versions: Jena 3.3.0
> Reporter: Andy Seaborne
> Assignee: Andy Seaborne
> Fix For: Jena 3.4.0
>
>
> Default caching of content is too complicated and can have a big impact on
> unsuspecting client code (e.g. caching a lot of large items uses RAM).
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)