Are you using a client you wrote yourself in node? This sounds more like the maxSockets problem in the default http.Agent in node 0.10.x.
~Ryan On Sat, 27 Jun 2015 at 08:29 Ofir Attia <[email protected]> wrote: > Hello, > I facing with issue of nodejs and spawning child process. > I have noticed that I can spawn at max 5 instances of ffmpeg instances. > I have a server that listen for requests and each request parsed as ffmpeg > instance that working for 5 minutes. > The problem is that the number of the instances is limited for 5 I cant > get more instances. > > I would like to get some advice in this subject, if you faced with this > issue ( Not necessarily with ffmpeg ) . > Thanks. > > -- > Job board: http://jobs.nodejs.org/ > New group rules: > https://gist.github.com/othiym23/9886289#file-moderation-policy-md > Old group rules: > https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines > --- > You received this message because you are subscribed to the Google Groups > "nodejs" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/nodejs/8b4b24c8-20b9-4cc7-b5ce-f1286874c479%40googlegroups.com > <https://groups.google.com/d/msgid/nodejs/8b4b24c8-20b9-4cc7-b5ce-f1286874c479%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/CAGjmZGzio2tLcF2dx8dWQFhkwkb127oninagi_16UFnMgvznUQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
