Hello

So I am trying to develop a very common feature like:

Also viewing/Recently Viewed user1, user2, user3 ...

I had couple of questions:

* Is developing a middleware that reads all the request and stores
data. Something like appstats. Is there some documentation on writing
a middleware?
* Since the data has to be real time, would the fastest way would be
to a simple put to the datastore and then build statistics sorted on
time. This would be mostly one time insert and be read for like an
hour.

-- 
Ritesh

-- 
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-appeng...@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.

Reply via email to