cURL / Mailing Lists / curl-and-php / Single Mail

curl-and-php

Re: a curl meetup at Fosdem

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Fri, 30 Sep 2011 23:40:48 +0200 (CEST)

On Thu, 29 Sep 2011, Dshah wrote:

> it is processing X sites at one time, so if i have 25 sites in $postsites
> array and i set $maxSitesToProcess to 10, it will open call1 to 10 sites,
> then call2 to open thread and then call3 to post on 10 sites, i cant find
> any solution to this to request those 3 calls in one layer and limit sites
> to process in one loop, i asked some other developers and they said i cant

I'm sorry but you should probably ask some other developers then instead to
get some proper answers.

Of course you can *easily* just add the new URLs/request to the multi handle
and have them processed. You don't need any particular new API to do exactly
want you describe above, you just have to write the program correctly.

-- 
  / daniel.haxx.se
_______________________________________________
http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-and-php
Received on 2011-09-30