I'm using process.send() to send messages from a worker to the master process. (statistics data) When the cluster is under heavy load (5000-7000req/s) process.send stops to work after a while e.g. no messages are arriving on the master anymore. I used this very simple example: https://gist.github.com/2909389
In the beginning the server works as expected (see the attached comment), than it doesn't anymore. I have no idea what could cause this behaviour, it seems like these messages simply get lost somewhere. Any suggestions on that? Thank you! -- 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
