[google-appengine] Re: Nodejs cluster and auto scaling

2016-05-04 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
Thanks for sharing your questions with the community. With App Engine, NodeJS is run in the flexible environment . If using the NodeJS runtime, An Overview of App Engine

[google-appengine] Re: Nodejs cluster and auto scaling

2016-05-04 Thread Artem Alekseev
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 engi

[google-appengine] Re: Nodejs cluster and auto scaling

2016-05-07 Thread 'Adam (Cloud Platform Support)' via Google App Engine
The VMs running your Node instance are what scales. Autoscaling happens automatically based on the scaling settings you set in your app.yaml - no other configuration is required. When needed,

[google-appengine] Re: Nodejs cluster and auto scaling

2016-05-08 Thread Lynnelle Williams
You can all go to hell. Everything you did will fall back onto you a million times. You can't break me, Gae -- 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