RE: CURL_EASY_PERFORM non-blocking vs blocking

2015-03-19 Thread Jon
Thanks to all for your responses. I will work with the "multi" interface. -Original Message- From: curl-library [mailto:curl-library-boun...@cool.haxx.se] On Behalf Of Daniel Stenberg Sent: Thursday, March 19, 2015 4:57 AM To: libcurl development Subject: Re: CURL_EASY_P

RE: CURL_EASY_PERFORM non-blocking vs blocking

2015-03-19 Thread Yehezkel Horowitz
>I'm currently using CURL_EASY_PERFORM to send data to a remote URL. I notice >that in my current configuration it appears to be behaving synchronously (i.e. >waiting until completion of function). Since at times I may have several of >these calls executing within a short duration I'd like to ma

Re: CURL_EASY_PERFORM non-blocking vs blocking

2015-03-19 Thread Daniel Stenberg
On Wed, 18 Mar 2015, Jon wrote: I'm currently using CURL_EASY_PERFORM to send data to a remote URL. I notice that in my current configuration it appears to be behaving synchronously (i.e. waiting until completion of function). Since at times I may have several of these calls executing within a

Re: CURL_EASY_PERFORM non-blocking vs blocking

2015-03-19 Thread David Chapman
On 3/18/2015 1:54 PM, Jon wrote: Hello all, I’m currently using CURL_EASY_PERFORM to send data to a remote URL. I notice that in my current configuration it appears to be behaving synchronously (i.e. waiting until completion of function). Since at times I may have several of these calls exec