Hi, In a project I'm working on there is a NodeJS Server accepting TCP connections from boardcomputers in cars. Recently the number of clients has grown from a few to say 40 cars. The program works fine for a while, but then stops accepting new connections. NodeJS keeps running however. The clients tend to close and open a new connection quite a lot. Cars that are driven send a packet each 15 seconds.
Any suggestion how to investigate what's going on? Regards, Bert -- -- 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/d/optout.
