cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: Is there the upper limit for the number of instances of curl runing at the same time?

From: Xeno Campanoli <xeno.campanoli_at_gmail.com>
Date: Mon, 30 Mar 2015 14:13:37 -0700

I had an HTTP interface monitor that used to do a test every minute, 24/7
with shell curl hits executed from ruby shell spawns out of ruby threads.
I had as many as over 1200 a minute on one machine, and curl was never a
problem.

On Mon, Mar 30, 2015 at 2:01 PM, Rich Gray <rgray_at_plustechnologies.com>
wrote:

> Daniel Stenberg wrote:
>
>> On Mon, 30 Mar 2015, Hongyi Zhao wrote:
>>
>> So I want to know whether this method will harm the stability and the
>>> correctness of my finally resutls or not when the number of instances is
>>> very large, say, 10000.
>>>
>>
>> Not imposed by curl, no. But your system has a finite amount of memory for
>> all those curl invokes to use and it also typically has a maximum amount
>> of
>> open files allowed that you may reach.
>>
>
> And processes and sockets.
>
> Rich
>
> -------------------------------------------------------------------
> List admin: http://cool.haxx.se/list/listinfo/curl-users
> FAQ: http://curl.haxx.se/docs/faq.html
> Etiquette: http://curl.haxx.se/mail/etiquette.html
>

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-users
FAQ: http://curl.haxx.se/docs/faq.html
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2015-03-30