curl-library
Re: How to perform asynchronous requests in a multi interface when these are not to be done at the same curl_multi_perform
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Sat, 13 Jun 2009 20:19:30 +0200 (CEST)
Date: Sat, 13 Jun 2009 20:19:30 +0200 (CEST)
On Fri, 12 Jun 2009, Alessandra Serrau wrote:
> If I good understood, this code allow to have the responses of the added
> requests asynchronously, but if I want to add new requests during this loop,
> I must wait the end of while(still_running) , after add new requests and
> call another time this kind of code.
No you don't. Just add new handles any time you like. Or widthdraw them. Your
choice.
-- / daniel.haxx.seReceived on 2009-06-13