That is basically what we are currently doing, i.e., a serial approach. The
system will work
but when Internet traffic becomes sluggish we start experiencing too many
pending events
and this results in performance degradation. A parallel approach would
reduce the seriousness
of the problem.
Thanks,
Nick
At 07:14 PM 3/23/2004, you wrote:
>Not sure I understand you 100%. Could you set up a scheduled event that
>would become active at say 3AM and continue to call the Synch.cfm template
>every 1 minute. The synch template would query a local DB that contains a
>list of satellite sites and mark them off as 'INPROGRESS' and then
>'COMPLETED' when the task is finished. This way, every one minute the
>synch.cfm template would run, check for any 'PENDING' entries in the
>Satellite table, grab the latest one, set it to 'INPROGRESS' (to avoid race
>conditions) and start the distribution of data.
>
>Does that sound like it might fit your scenario?
>
>Brook
>
>
>
>At 03:44 PM 3/23/2004, you wrote:
>
> >We are synchronizing DB's for multiple Web sites by having a master site
> >query satellite sites. Then distributing data back out to the satellite
> >sites. The fact that we cycle through the satellite sites one at a time in
> >series limits how often we can synchronize. Because of Internet delays this
> >can often string out as much as 15 minutes. We would like to reduce the
> >inherent cycle time by launching communications with each satellite in
> >parallel. Is there a technique for doing this in a parallel fashion
> using CF?
> >
> >Thanks,
> >
> >Nick
> >
> >----------
> >[
>
>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

