Hi,

i am currently working on an internet service with its own api. Using app 
engine for maximum scalability sounds pretty sweet to me. Our API limitates 
the number of calls per account. How can that be implementet efficiently in 
GAE?

I am using the datastore right now, but as far as i can see, i am loosing a 
lot of cpu hours in waiting for the datastore. Now i am thinking about 
using the memcache or a file on the blobstore to count up the requests. 

It is acceptable if the quota is not calculated right in time (we dont care 
if a user can uses 101-105% of hits quota until the service blocks 
requests).

Whats our experience, what is cheap to do?

Regrads
sellfisch

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine-java/-/4YGsmEjaw5MJ.
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