Hi all,
We have a number of web servers, each running one version of Coldfusion. The cluster has a load balancer on front of it.
Obviously each of these servers has it's own CF application running and this implements query caching at the CF application level. However, since all of these servers service the one web application, many of these cached queries are duplicated across CF application instances.
Is there any way to implement query caching at the web application level, i.e. across many CF instances. Or if there is not, is there a better way to set up our cluster to minimise load on our database server?
I hope I made myself clear :)
Cheers, Ciarán