Hi guys,

I just stumbled upon this article:
http://www.ibm.com/developerworks/java/library/j-paasshootout

Are these constraints/limitations still valid? (the article date is
April 2011)

"GAE forces any application-initiated connection to close after 5 to
10 seconds"

"But its raw performance is often slow.. ..GAE often takes 1 to 3
seconds to respond to database-related requests."

"One tip: Set up a cron job inside GAE to load your own website every
2 to 3 minutes to keep the JVM active."

"GAE limits the returned dataset of each query to 1,000 rows"

"GAE allows only 100 indexes per table"

"GAE provides no easy way to delete indexes that are no longer in use"

"doesn't support free text search in the database"

"no standard API for directly accessing BigTable, you must write data-
import and data-export logic into servlets inside your own
application, and use your own web interface to import or export data"

"some of the components in GAE still feel experimental rather than
production-ready"

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to