Re: curl adapter in solarium 3x

2015-12-03 Thread kostali hassan
Thank you Gora , in fact Curl is default adapter for solarium-3x and I am not using zend framwork. 2015-12-03 11:05 GMT+00:00 Gora Mohanty : > On 3 December 2015 at 16:20, kostali hassan > wrote: > > How to force the connection to explicitly close when it has finished > > processing, and not be

Re: curl adapter in solarium 3x

2015-12-03 Thread Gora Mohanty
On 3 December 2015 at 16:20, kostali hassan wrote: > How to force the connection to explicitly close when it has finished > processing, and not be pooled for reuse. > they are a way to tell to server may send a keep-alive timeout (with > default Apache install, it is 15 seconds or 100 requests, w

curl adapter in solarium 3x

2015-12-03 Thread kostali hassan
How to force the connection to explicitly close when it has finished processing, and not be pooled for reuse. they are a way to tell to server may send a keep-alive timeout (with default Apache install, it is 15 seconds or 100 requests, whichever comes first) - but cURL will just open another conn