Submitted by Patrick Ruckstuhl on Thu, 04/19/2007 - 17:55.
Sometimes in an application, some actions have to be repeatedly performed in a certain interval. This could for example be some cleanup of external data. To do this I wrote a small class that takes an agent and an interval.
indexing
description:"Execute an action every interval until stopped."
author:"Patrick Ruckstuhl <patrick@tario.org>"
date:"$Date$"
As some of you might know, I'm at the moment working on my Master thesis and I'm building the core for Origo.
The last couple of days I spent trying to make my stuff into proper daemons that can run for hours and hours with lots of requests going on. After a couple of difficulties it now looks very promising.