Yep, that's a good point, but I was running the process as root in all these scenarios. (At least as shown by *ps aux | grep node)*
On Tue, Jun 5, 2012 at 10:43 PM, mscdex <[email protected]> wrote: > On Jun 5, 8:47 pm, Hugo <[email protected]> wrote: > > If I start node by hand (sudo /usr/bin/*node server.js &*) everything is > > groovy, I succesfully tested my long-polling server with a few thousand > > simultaneous connections. > > Are you sure you are running the server as the same user in both cases > ("by hand" and upstart)? If not, you probably have to also modify the > max resources available for the user you're running the server as in > your upstart script. > > -- > 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
