curl-users
Re: Is there the upper limit for the number of instances of curl runing at the same time?
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Mon, 30 Mar 2015 22:35:01 +0200 (CEST)
Date: Mon, 30 Mar 2015 22:35:01 +0200 (CEST)
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.
> Furthermore, is there the upper limit for the number of instances of curl
> runing at the same time?
Nope.
-- / daniel.haxx.se ------------------------------------------------------------------- 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.htmlReceived on 2015-03-30