Hi Peter,

Thanks for your reply.

It would be great if you could send me a code sample.

Thanks in advance.

Kind regards, Henk.

> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of Peter Reitsma
> Sent: Wednesday, March 31, 2004 3:51 PM
> To: [EMAIL PROTECTED]
> Subject: RE: How to schedule tasks for MMBase?
> 
> 
> 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 :)
> 
> I have some code samples if you want.
> 
> Regards,
> 
> Peter
> 
> > -----Oorspronkelijk bericht-----
> > Van: [EMAIL PROTECTED] 
> > [mailto:[EMAIL PROTECTED] Namens Henk Hangyi
> > Verzonden: woensdag 31 maart 2004 15:38
> > Aan: [EMAIL PROTECTED]
> > Onderwerp: How to schedule tasks for MMBase?
> > 
> > 
> > Hi,
> > 
> > This might be a silly question, but is their a way to 
> > schedule tasks in MMBase / with JSP?
> > 
> > E.g. make MMBase read images from a directory at 2:00 AM.
> > 
> > Untill now i used the first visitor of the day to trigger 
> > tasks, but it would be nicer to have use a real "trigger".
> > 
> > Thanks in advance.
> > 
> > Kind regards,
> > 
> > Henk Hangyi
> > 
> > T. +31-(0)6-29054903
> > E. [EMAIL PROTECTED]
> > I. http://www.mmatch.nl
> > 
> > 
> > 
> 
> 
> 


Reply via email to