On Thu, Nov 15, 2012 at 8:24 AM, James Weston <[email protected]> wrote:
> I was running into the same problem and wrote a package to queue up the > spawn requests. It can be found at https://github.com/jaw187/queueit The 'async' package already has: https://github.com/caolan/async#queue -- Martin Cooper On Friday, February 10, 2012 12:25:00 PM UTC-5, JoshK wrote: > >> Actually I found out that ulimit is only a modification for the shell >> session. If I run `ulimit -n 10000` in the same session as the node process >> it works (or appears to). >> >> Regards, >> >> –Josh >> ______________________________**______ >> Joshua Kehn | @joshkehn >> http://joshuakehn.com >> >> On Feb 10, 2012, at 12:21 PM, Ben Noordhuis wrote: >> >> On Fri, Feb 10, 2012 at 18:15, Joshua Kehn <[email protected]> wrote: >> >> And even if I assume it *is* setting something, ulimit -n 10000 doesn't >> >> change the error I'm seeing. >> >> >> Let me guess, you're working on a Mac? You need to log in again after >> changing the ulimit on OS X, don't ask me why. >> >> -- >> Job Board: http://jobs.nodejs.org/ >> Posting guidelines: https://github.com/joyent/**node/wiki/Mailing-List-** >> 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 >> nodejs+un...@**googlegroups.com >> >> For more options, visit this group at >> http://groups.google.com/**group/nodejs?hl=en?hl=en<http://groups.google.com/group/nodejs?hl=en?hl=en> >> >> >> -- > 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 > -- 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
