How to write an efficient scheduler in Java - Part 2
In part1 I explained there are two options to have a scheduler in Java: SchedulerExecutorService and DelayQueue. I decided to go with the second one even though it is a bit lower level.
The reason is, in SolidInbox the jobs do not always have a fixed...
mahdix.com2 min read