Re: Chunked Transfer read callback pause

2012-07-01 Thread Peter Sylvester
On 06/30/2012 03:47 PM, Usman Raza wrote: Hello all, im using curl for chunked transfer in a separate thread, by reading from a buffer, could anyone tell me how could i pause it, so i could maybe switch to another thread (which will write to the buffer) and then switch back to resume transfer?

Re: Chunked Transfer read callback pause

2012-07-01 Thread Usman Raza
Will check it out ! ty. On Sun, Jul 1, 2012 at 1:09 PM, Peter Sylvester peter.sylves...@edelweb.frwrote: On 06/30/2012 03:47 PM, Usman Raza wrote: Hello all, im using curl for chunked transfer in a separate thread, by reading from a buffer, could anyone tell me how could i pause it, so i

Chunked Transfer read callback pause

2012-06-30 Thread Usman Raza
Hello all, im using curl for chunked transfer in a separate thread, by reading from a buffer, could anyone tell me how could i pause it, so i could maybe switch to another thread (which will write to the buffer) and then switch back to resume transfer? i did came across the curl_easy_pause(CURL

Re: Chunked Transfer read callback pause

2012-06-30 Thread Dan Fandrich
On Sat, Jun 30, 2012 at 06:47:38PM +0500, Usman Raza wrote: Hello all, im using curl for chunked transfer in a separate thread, by reading from a buffer, could anyone tell me how could i pause it, so i could maybe switch to another thread (which will write to the buffer) and then switch back

Re: Chunked Transfer read callback pause

2012-06-30 Thread Usman Raza
Thanks Dan, i ended up using the same approach as you have suggested, and it works great.Thanks for the reaffirmation. On Sun, Jul 1, 2012 at 12:59 AM, Dan Fandrich d...@coneharvesters.comwrote: On Sat, Jun 30, 2012 at 06:47:38PM +0500, Usman Raza wrote: Hello all, im using curl for chunked