On Wednesday, June 6, 2012 7:34:11 PM UTC-3, Ben Noordhuis wrote: > > On Thu, Jun 7, 2012 at 12:30 AM, Marcel Mitsuto F. S. <[email protected]> > wrote: > > I can spawn as many connections as the kernel TCP stack permits, but > then > > node crashes when it gets to the limit. > > Can you specify 'crash'? If you mean an EMFILE or ENFILE error, that's > expected. If you mean 'segmentation fault' or something like that, > that's a bug. >
Sorry, you're right. Node exits with EMFILE warning. -- Job Board: http://jobs.nodejs.org/ Posting guidelines: 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 post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
