In my web app, I load a lot of stuff that I access often into the 
application scope - numerous queries and such.

When I update the data behind those queries, I just pass something like 
init=1 to the main url, and that triggers reloading of those queries 
into the application scope.

However, now that I'm clustered, I don't know how to do this, because I 
can't control which instance I'm going to be hitting with my URL request.

Outside of stopping/restarting each instance.. what can I do to force a 
reload of these application scoped variables on both instances in the 
cluster?

Rick

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:260741
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to