Sorry for the long delay in responding. @Alan the application scope is used to store all service layer cfcs and queries that do not change very often. For example application.getEmployees stores information about company employees. This doesn't change very often but when it does will be nice to hav eupdated information on both servers.
@Brook That was my thinking too, but wanted to see if there are other options. Thanks Victor On Thu, Mar 25, 2010 at 5:02 PM, Brook Davies <[email protected]> wrote: > > What I do is store a list of alternate servers on each of the servers in the > cluster. So each server has an array of the other servers IPS. > > When I need to propagate application scoped data to the other servers, I > call a cfc method that loops over the array of alternate servers and calls a > webservice method for each server that will update the application data on > that server with the data sent. This is all done in a CFTHREAD.... > > Maybe theres a better way? > > Brook > > -----Original Message----- > From: Victor Moore [mailto:[email protected]] > Sent: March-25-10 1:19 PM > To: cf-talk > Subject: Application scope in a load balanced environment > > > Hi. > > I am considering moving an app to be load balanced. This will be on CF > 9 standard. > Is there any good information how to keep the application scoped > variables in sync when data changes? > > Thanks > Victor > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:332384 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

