http://xingu.sourceforge.net/ Check out the Quartz wrapper.
Eric > -----Original Message----- > From: Scott Eade [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 14, 2004 7:20 PM > To: Turbine Users List > Subject: Re: SchedulerService in a clustered environment > > > Folkens, Brad wrote: > > >Has anybody had success with the SchedulerService in a clustered > >environment. > > > >We currently are using resin as our webapp container and are > considering a > >move to a clustered / load balanced environment with 2 or more resin > >servers. Is the SchedulerService aware of synchronization across JVMs? > > > >Bradford A. Folkens > >[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]> > > > As per the other responses, I am reasonably certain that the Turbine > SchedulerService is not cluster aware. I have also been hit a couple of > times by a problem when daylight savings ends (handled automatically on > the server) and a scheduled task is executed repeatedly due t a bug > somewhere (perhaps double execution I could understand, but not > thousands of repetitions). > > At http://xingu.sourceforge.net/ they have a Quartz Scheduler service. > I haven't looked at it yet, but if it is any good I would propose that > we deprecate the TurbineSchedulerService in favour of it. According to > it's feature list, Quartz _is_ cluster aware. > > Scott > > -- > Scott Eade > Backstage Technologies Pty. Ltd. > http://www.backstagetech.com.au > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
