Peterson, Chris wrote: > I have a mass emailer application in CF that schedules sendouts using > the CF scheduler and the Admin Api to add scheduled tasks. This > application is running on a round-robin cluster between 2 instances, > which is paired with an identical server behind a cisco content switch > for load balancing and fault tolerance.
I prefer to keep a job queue in the database and have a scheduled task on each cluster member that checks the queue and if it finds something locks it, rechecks it, does it and removes it. If there is nothing in the ueue the task just ends. Jochem ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 The most significant release in over 10 years. Upgrade & see new features. http://www.adobe.com/products/coldfusion?sdid=RVJR Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272559 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

