: Frontend instances VS backend instances What is the difference between Frontend instances and Backend instances in Google App Engine? What purpose is each good for? I have tried reading some stuff
What is the difference between Frontend instances and Backend instances in Google App Engine? What purpose is each good for?
I have tried reading some stuff from Developer's Guide and I searched google, but I got mainly pricing issues and no technical difference.
More posts by @Merenda212
1 Comments
Sorted by latest first Latest Oldest Best
Have a look at developers.google.com/appengine/docs/adminconsole/instances. Mainly, the frontend instance is for serving time-sensitive requests, for example, web requests. It has a deadline limited (probably 30 secs). The backend instance is for serving not time-sensitive requests, for example, cron jobs.
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.