Re: SSL and connection pooling

2011-03-16 Thread Em
Am 16.03.2011 14:12, schrieb Erlend GarĂ¥sen: > > We are unsure whether we should use SSL in order to communicate with > our Solr server since it will increase the cost of creating http > connections. If we go for SSL, is it advisable to do some additional > settings for the HttpClient in order to r

SSL and connection pooling

2011-03-16 Thread Erlend GarĂ¥sen
We are unsure whether we should use SSL in order to communicate with our Solr server since it will increase the cost of creating http connections. If we go for SSL, is it advisable to do some additional settings for the HttpClient in order to reduce the connection costs? After reading the Co