I use node as a TCP server. And also use internal node clustering, so that i have one point of TCP connection (IP,PORT), and node starts workers(separate processes) and balances my TCP requests by sending them to different instances of node processes. Don't I need to use clustering with app engine? And Why. As I understand now, app engine scales automatically, but nodejs is a single core app, and it needs to use processes ro handle simultanious tasks in more efficient way
-- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/2faa27a9-8afe-49aa-a135-3ed38e1c0d98%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
