I am writing a multiplayer game where I allow players to attack each other. Only the attacker must be logged in. I need to know how many attacks player did in last 6 hours, and I need to know if the defender was attacked during last 1 hour. I don't care about attacks done more than 6 hours ago. Is there any way to implement it better than storing these data in database and deleting "expired" data (older than 6 hours)? Server is written in java, clients will be Android. Any ideas / tutorial links or even keywords are appreciated. Also, if you think there is no better solution, please say so :)
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
For GAE, there is no real alternative, no. Besides using the datastore, GAE offers a |
||||
|