I already have it in entity. But this entity is updated more than 5 times/second sometimes. THerefore I want to create sharders for it. See article about it: code.google.com/intl/ru/appengine/articles/sharding_counters.html . But I have a string property (not number) in entity. How can I know what sharder was last updated? I think to append UNIX time to property, e.g.: 'value1_1234567890', 'value2_1234567894', etc. Does anybody know whether UNIX tme is the same on all google servers?
--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---