Hacker News new | ask | show | jobs
by binaryfinery 5643 days ago
Whats the start-up time? i.e. when google spins up a new instance to handle traffic, how quickly can it come up?
1 comments

In the free configuration, I've clocked it between 4 and 6 seconds. (Sometimes up to 10 seconds, but not recently.) With the 1.4.0 release of the App Engine SDK, the cold start time has become less important, though. First, you can pay $9/month to have three instances running all the time. Second, App Engine can send a "warmup" request to your application.