in reply to Re: Persistent timed events
in thread Persistent timed events

Thanks a bunch, lots of really valuable advice here. Great stuff about the workload and concurrency management. I think I'm going to go with a filesystem-based approach to begin with, but your node has reminded me to make the system decoupled enough that I can later swap out the queuing stuff for a different system, if necessary (which is a good idea in any case of course). So I agree 100% with your last two sentences.


Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it. -- Brian W. Kernighan