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

curl-and-php

Re: curl_multi_exec() limited to 213 requests?

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Tue, 8 Jul 2008 12:42:07 +0200 (CEST)

On Mon, 7 Jul 2008, Ryan Parman wrote:

>> I'd say the limit you probably hit is number of simultaneously open file
>> descriptors that your process is allowed to use. libcurl's multi interface
>> has been used to do >50000 simulaneous parallell transfers, there is no
>> fixed limit.
>
> So, if I were to try to figure this out, where might I find the number of
> simultaneous file descriptors? Otherwise, what should I Google for next?

I would assume that Apache and/or PHP itself limit this. Or perhaps they don't
and then you need to change your system-wide "settings" to allow for more than
the standard amount (which is 1024 per process on typical Linux machines).

-- 
  / daniel.haxx.se
_______________________________________________
http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-and-php
Received on 2008-07-08