On Apr 5, 2005 8:29 AM, Douglas Knudsen <[EMAIL PROTECTED]> wrote: > Ok, we have some apps that store CFC instances in the application scope. We > just set up a CFMX cluster in our production environment. For those of you > also doing this, how do you update your application scopes? For example, an > instance of foo.cfc is stored in application.foo. If I update the code for > foo.cfc, how do I get a new instance in all my CFMX instances easily? > thoughts?
We have multiple instances per server and multiple servers. We use a build script to deploy code changes to all the servers (the instances on each server share the same webroot so only one copy of the code lives on each server). Then we have a bootstrap script that hits each server instance in turn and requests a URL that reload the appropriate CFC cache. -- Sean A Corfield -- http://corfield.org/ Team Fusebox -- http://fusebox.org/ Got Gmail? -- I have 50, yes 50, invites to give away! "If you're not annoying somebody, you're not really alive." -- Margaret Atwood ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:201534 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

