cURL / Mailing Lists / curl-users / Single Mail

curl-users

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

From: Hongyi Zhao <hongyi.zhao_at_gmail.com>
Date: Mon, 30 Mar 2015 22:46:16 +0800

Hi developer,

I often run multiple curl instances on my Debian box at the same time, say
as following:

curl --arg_1 url_1 &
curl --arg_2 url_2 &
curl --arg_3 url_3 &
...
curl --arg_n url_n &

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.

Furthermore, is there the upper limit for the number of instances of curl
runing at the same time?

Any hints?

Regards

-- 
Hongyi Zhao <hongyi.zhao_at_gmail.com>
Xinjiang Technical Institute of Physics and Chemistry
Chinese Academy of Sciences
GnuPG DSA: 0xD108493

-------------------------------------------------------------------
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