While each of the load-balanced servers probably reads your CFC from a shared file system, each has its own memory and application space and so, you would probably have to hit Dashboard to refresh that CFC on each server.
Might be a cool feature for Dashboard: to be multi-server aware by letting you register other servers hosting your app. Meantime, you might be able to script something you could hit and pass to the url of something you want hit on each of the load-balanced servers, and your script would then cfhttp that url one at a time on each of the other servers. On Mon, Feb 22, 2010 at 9:42 AM, Derrick Jackson < [email protected]> wrote: > All, > > I am currently having a conversation with one of our server administrators > about load balancing and the Mach-II Dashboard. Before I get to far into > that conversation I wanted to pose a question here. My experience with Load > Balancing is very limited so forgive me if I use the wrong terminology. The > traffic to this applicaiton is spread amongst 4 servers. If I FTP a new CFC > (myDAO.cfc) to the server then refresh the listener for that CFC using the > Dashboard, should that change to the DAO not propagate to all servers > involved in the load balancing? > > Am I misunderstanding how this works? > > Thanks, > Derrick > > -- > You received this message because you are subscribed to Mach-II for CFML > list. > To post to this group, send email to > [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/mach-ii-for-coldfusion?hl=en > SVN: http://greatbiztoolsllc.svn.cvsdude.com/mach-ii/ > Wiki / Documentation / Tickets: > http://greatbiztoolsllc.trac.cvsdude.com/mach-ii/ -- You received this message because you are subscribed to Mach-II for CFML list. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/mach-ii-for-coldfusion?hl=en SVN: http://greatbiztoolsllc.svn.cvsdude.com/mach-ii/ Wiki / Documentation / Tickets: http://greatbiztoolsllc.trac.cvsdude.com/mach-ii/
