right, one thing i notice is, when the cpu usage is high, it is the node that runs forever, not the actual app.js, probably forever is not the real cpu usage of my app?
On Jun 23, 8:33 am, Oliver Leics <[email protected]> wrote: > On Fri, Jun 22, 2012 at 2:54 PM, Angelo Chen <[email protected]> wrote: > > 1) at any given time, there aretwonode running, that's normal? > > forever spawns a new process and that is "your node" monitored by > forever. So, yes, this is absolutely normal. > > On the other hand, _only_twonodes-processes is absolutely not normal ;-) -- 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
