-
1. Re: Does code level changes are required for moving to clustering enviroment?
vishu#13 Jun 2, 2014 12:03 PM (in response to Deepak Kumar Padhy)Hi Deepak,
When you setup a cluster environment you don't make any change in your Application. For example you do not change the way your Application looks. You just create cluster of ColdFusion instances so that your Application is served by these instances in a cluster.
So as such, there is no code change required.
HTH
Thanks
VJ -
2. Re: Does code level changes are required for moving to clustering enviroment?
Peter Freitag Jun 3, 2014 2:00 PM (in response to vishu#13)I wouldn't say that no code changes are required 100% of the time, but in many cases you do not need to make any code changes. It really depends on what assumptions were made when developing the application. For example if you have an in memory cache that needs to be flushed when records are changed, you can't rely on that to work when more than one instance of the application is running without making coding changes.


