[google-appengine] Re: Running Out of Database Read Operations

2012-02-05 Thread alex
David,

you might want to rethink the design of your app and use push updates 
instead of pulling:

http://code.google.com/appengine/docs/python/channel/overview.html
http://code.google.com/appengine/docs/java/channel/overview.html

Also, caching queries results will help you a lot.

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/9WVje6plTXkJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Re: Running Out of Database Read Operations

2012-02-05 Thread David Durst
Thanks for the advice. But, won't channels limit me to 100 users per day?
And does memcache pickup changes to the database quickly?
On Feb 5, 2012 5:26 AM, alex a...@cloudware.it wrote:

 David,

 you might want to rethink the design of your app and use push updates
 instead of pulling:

 http://code.google.com/appengine/docs/python/channel/overview.html
 http://code.google.com/appengine/docs/java/channel/overview.html

 Also, caching queries results will help you a lot.

  --
 You received this message because you are subscribed to the Google Groups
 Google App Engine group.
 To view this discussion on the web visit
 https://groups.google.com/d/msg/google-appengine/-/9WVje6plTXkJ.
 To post to this group, send email to google-appengine@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.


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