Re: Choosing between CURL multi vs easy interface

2015-07-06 Thread Daniel Stenberg
On Sun, 5 Jul 2015, Rajalakshmi Iyer wrote: As it stands, when the third-party HTTP server is behaving erratically, my applications faces issues like timeouts and errors in resolving host name, This doesn't really add up. Even if you have problems with the HTTP server, it should not cause any

RE: Choosing between CURL multi vs easy interface

2015-07-06 Thread Yehezkel Horowitz
> Would CURL multi interface allow my application to serve more concurrent > requests? Is it better than the easy interface in this scenario? The main difference between the easy and the multi, it whether the API is blocking (easy) or not (multi). If you could ‘store’ the current job, and start h