I am currently working on a bidding system for a university project. A user can create an auction. The user has to enter the many info concerning the auction including starting time and ending time. But how to know when the auction has end.
I am thinking of creating a timer on the server for every auction so that a timer is trigerred for every auction.
The server implementation is on java
Check out Quartz Scheduller, it may be useful for your purposes.