Is there any reason that using an atomically incrementing memcache counter would not work? If you have a counter in memcache and increment it, then use the returned value as an index, you could store these in the datastore and then simply iterate them in ascending order. Just make sure you come up with a way around the monotonically increasing counter thing (but you'd have this issue with timestamps as well).
-- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
