You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cons
after working/creating a real application on GAE for a year, now my opnion is that unless you are making a application which needs to scale to million and million of users, don't use GAE. Maintaining and doing trivial tasks in GAE is a headache due to distributed nature, to avoid deadline exceeded errors, count entities or do complex queries requires complex code, so small complex application should stick to LAMP. http://stackoverflow.com/questions/110186/feedback-on-using-google-app-engine
examples http://code.google.com/p/appengine-go/source/browse/example/
stack http://stackoverflow.com/questions/tagged/google-app-engine+go?sort=votes&pageSize=15
http://stackoverflow.com/questions/tagged/google-app-engine
Cons
after working/creating a real application on GAE for a year, now my opnion is that unless you are making a application which needs to scale to million and million of users, don't use GAE. Maintaining and doing trivial tasks in GAE is a headache due to distributed nature, to avoid deadline exceeded errors, count entities or do complex queries requires complex code, so small complex application should stick to LAMP. http://stackoverflow.com/questions/110186/feedback-on-using-google-app-engine
http://stackoverflow.com/questions/565963/hidden-limitations-of-google-app-engine
Pros
http://stackoverflow.com/questions/2246550/are-people-really-using-google-app-engine-or-they-are-just-playing-with-it-beca
The text was updated successfully, but these errors were encountered: