On Wednesday 31 March 2004 04:11 pm, Lucien Immink wrote: > Take a look at the vwms, those do exactly what you want. > > Peter Reitsma wrote: > > > Hi Henk, > > > > I don't know of any MMBase option to achieve this. > > Java, however, provides this feature out of the box using > > java.util.Timer (since JDK 1.3). Using this class you don't have to > > divert to complex thread polling code. As you probably know, MMBase > > integrates really neat with custom Java code so this should not pose a > > problem :) > >
Hi as you can see there are a lot of options. If you are running mmbase 1.7 and are feeling lukcy you might want to look at speeltuin/keesj/crontab This code was orignialy written by me but enhaced by michiel it now implements a mmbase modules (saving you the trouble of bootstrapping) and is configurred a lot like the "real" crontab */1 5-23 * * * org.mmbase.applications.crontab.TestCronJob2 ( http://www.hmug.org/man/5/crontab.html ) We want to propose this modules as hack