[ 
https://issues.apache.org/jira/browse/CONNECTORS-354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13178414#comment-13178414
 ] 

Karl Wright commented on CONNECTORS-354:
----------------------------------------

The code that does this must be careful to do both connections per host and 
overall connections, e.g.:

        cm.getParams().setDefaultMaxConnectionsPerHost(1000);
        cm.getParams().setMaxTotalConnections(1000);


                
> The Solr-3.x and Solr-4.x plugins need parameters to control size of Http 
> connection pool
> -----------------------------------------------------------------------------------------
>
>                 Key: CONNECTORS-354
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-354
>             Project: ManifoldCF
>          Issue Type: Bug
>          Components: Solr-3.x-component, Solr-4.x-component
>    Affects Versions: ManifoldCF 0.5
>            Reporter: Karl Wright
>            Assignee: Karl Wright
>             Fix For: ManifoldCF 0.5
>
>
> The Solr-3.x and 4.x plugins use an http connection pool.  There needs to be 
> a way to configure the pool size through Solr configuration.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to