Personally, I'd use cron. If you're not on a Un*x box then that's not an option - I would think Windoze would provide something analagous though ...
The process cron kicks off could be any executable file, so you aren't even tied to doing it in Java. For my $0.02, you could probably whip together a simple Perl script that did what you needed, and save some overhead. gus wrote: > Hi! > > In my struts app I have to do some cleanup jobs in my database that I > like to start regularly. What's the best way to realize such schedules > jobs in a struts app? > > Thanks in advance. > > gus -- Eddie Bush -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

