D
D
Desu0x2015-01-13 21:02:54
Java
Desu0x, 2015-01-13 21:02:54

How to implement wait timers on the server for a mobile game?

Hello everyone, I ran into a problem with the implementation of wait timers (CD for items, used in clash of clans and other similar games). I think the point is clear.
What is the best and easiest way to implement this? I have 4 solutions in my head:
1) When the timer starts, a record is added to the PostgreSQL database, and then the server pulls these records. (PostgreSQL is used now, but I think that the implementation of such things for a relational database is too expensive ??)
2) We store everything in the server runtime (but the minus is immediately obvious - all timers flies if we restart the server)
3) Reddis (no work experience)
4) RabbitMQ (no work experience).
Java server.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
N
Nikolai, 2015-01-14
@j_wayne

www.quartz-scheduler.org

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question