Re: How to reuse connection using curl multi handle

2014-12-01 Thread Dan Fandrich
On Mon, Dec 01, 2014 at 12:05:46PM +0530, Mohanraj V wrote: > Hi, > > I have following questions regarding lib-curl. Please answer my questions. > > 1. How to reuse connections using multi-handle and multi-perform API ? > I tried with easy handle by continuous calling of > curl_easy_perform

How to reuse connection using curl multi handle

2014-11-30 Thread Mohanraj V
Hi, I have following questions regarding lib-curl. Please answer my questions. 1. How to reuse connections using multi-handle and multi-perform API ? I tried with easy handle by continuous calling of curl_easy_perform. So it re uses the tcp connection established. How it is possible