Making Your Google App Engine Backend Scalable

Posted on Leave a commentPosted in Stories

Making Your Google App Engine Backend Scalable

Google App Engine (GAE) is known as a cloud computing platform for developing and hosting web apps. It was designed to automatically scale for web apps as requests increase. In GAE, regular requests have a short deadline of 30 seconds. Longer running processes must rely on App Engine Backends which allows processes to run continuously and consume more memory.

read more...