Thanks, I see. But if you have a task runs daily how can you spread it into
two instances?

On 14/04/2008, AJ Mercer <[EMAIL PROTECTED]> wrote:
>
> you can.
>
> We did this so that if instance 1 dies, the task will at least get run 3
> times an hour
>
> it also spreads the work around - would be more significant for processes
> that thumped the server and run more frequently.
>
>
> On Sat, Apr 12, 2008 at 4:13 PM, George Lu <[EMAIL PROTECTED]> wrote:
>
> > Well, why can't you just run the task in instance 1 only (don't run it
> > in all other instances) every 15 mins?
> >
> > On 11/04/2008, AJ Mercer <[EMAIL PROTECTED]> wrote:
> >
> > > If you schedule them for same time, they will both fire off at the
> > > same time - can your script handle two simultaneous calls?
> > >
> > > We have four instances and a task we want run every 15 minutes
> > > So instance 1 runs at 00
> > >      instance 2 runs at 15
> > >      instance 3 runs at 30
> > >      instance 4 runs at 45
> > >
> > > Think of each instance as a separate CF server
> > > Even though they may share the same code
> > > they each have their own APPLICATION scope
> > >
> > >
> > > On Fri, Apr 11, 2008 at 2:32 PM, George Lu <[EMAIL PROTECTED]> wrote:
> > >
> > > > I've got two instances (instance1 & 2) in a cluster on a CF8 server.
> > > > My question is should I enable schedule tasks in both instances or just 
> > > > one
> > > > of instances?
> > > >
> > > > Regards,
> > > > George
> > > >
> > > >
> > > >
> > >
> > >
> > > --
> > >
> > > AJ Mercer
> > > Web Log: http://webonix.net
> > >
> > >
> >
> >
> >
>
>
> --
>
> AJ Mercer
> Web Log: http://webonix.net
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to