CF can process multiple requests at one time, if that's what you mean.  Just
have a cron job that makes a separate request for each sattellite, and CF
will process them all.

However, before you go down this road too far, this is MUCH better handled
with the database itself.  I don't know what DB you're using, but the good
ones have built-in replication support.  Very likely be faster, certainly
more stable and scalable, and probaby easier to set up, since you won't have
to write the code to do it all yourself, just configure it.

Cheers,
barneyb

> -----Original Message-----
> From: Nick Baker [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, March 23, 2004 3:44 PM
> To: CF-Talk
> Subject: Is Parallel Processing Possible With CF?
>
> 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]

Reply via email to