Try to log if your event loop has been blocked in this time f.e. using https://github.com/kof/node-busy
Best, Oleg Slobodskoi http://www.facebook.com/oleg.slobodskoi https://www.xing.com/profile/Oleg_Slobodskoi https://twitter.com/oleg008 https://github.com/kof Am 22.09.2013 um 00:44 schrieb Alexey Petrushin <[email protected]>: > Most of the time it works well, but sometimes - it hangs - server continue to > accept connections but don't reply back. > > And, its hard to reproduce the problem, seems like it occurs rarely and > randomly, so I can't reproduce it on my machine. > > Maybe it's possible to see all descriptors for opened IO connections? Or > collect some other metrics? I've checked RAM and CPU usage when problem > occured - seems like normal, no anomaly there. > > -- > -- > 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 > > --- > 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]. > For more options, visit https://groups.google.com/groups/opt_out. -- -- 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 --- 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]. For more options, visit https://groups.google.com/groups/opt_out.
