Google App Engine 1.5.0 released
googleappengine.blogspot.com
Google App Engine 1.5.0 released
1–10 of 22 posts
Re: Google App Engine 1.5.0 released
#2Probably good news for SendGrid.
Re: Google App Engine 1.5.0 released
#3Re: Google App Engine 1.5.0 released
#4The constant instances seem like a bid to take over the heroku type space.
Re: Google App Engine 1.5.0 released
#5The constant instances seem like a bid to take over the heroku type space.
There were a lot of complaints from people that had infrequently used (new) web apps, and so there would be a substantial delay to spin up an instance when the app did get hit. This makes your site seem "slow" even though it really isn't, which is a big problem if you are trying to build some momentum, or show off your site to potential investors. People were resorting to some less than ideal ways for keeping their i…
Re: Google App Engine 1.5.0 released
#6The constant instances seem like a bid to take over the heroku type space.
Backends are special App Engine instances that have no request deadlines, higher memory and CPU limits, and persistent state across requests. They are started automatically by App Engine and can run continously for long periods. Each backend instance has a unique URL to use for requests, and you can load-balance requests across multiple instances.
Re: Google App Engine 1.5.0 released
#7The constant instances seem like a bid to take over the heroku type space.
I take it that you're talking about the new Backends: Backends are special App Engine instances that have no request deadlines, higher memory and CPU limits, and persistent state across requests. They are started automatically by App Engine and can run continously for long periods. Each backend instance has a unique URL to use for requests, and you can load-balance requests across multiple instances.
They can shutdown/restart/relocate your backend whenever they want so what they suggest to keep your service live is "Configuring more backend instances than are normally required to handle your traffic patterns" (yeah that's at least another $115/month fee).
Re: Google App Engine 1.5.0 released
#8"We have added a few restrictions to the Mail API to improve the reliability and reputation of the service for all applications. First, emails must be sent from email accounts managed by Google (either Gmail, or a domain signed up for Google Apps). Second, we’ve reduced the number of free recipients per day from 2000 to 100 for newly created applications." Probably good news for SendGrid.
Re: Google App Engine 1.5.0 released
#9The constant instances seem like a bid to take over the heroku type space.
I believe they are more like Tasks on Steroids than a way of having something like a little persistant VPS for your app.
Re: Google App Engine 1.5.0 released
#10"We have added a few restrictions to the Mail API to improve the reliability and reputation of the service for all applications. First, emails must be sent from email accounts managed by Google (either Gmail, or a domain signed up for Google Apps). Second, we’ve reduced the number of free recipients per day from 2000 to 100 for newly created applications." Probably good news for SendGrid.
[deleted]