Ryan
unread,Jun 26, 2009, 10:22:51 AM6/26/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ColdBox Framework
I have a cluster of 2 web servers running ColdFusion 8 Professional
with basic file replication software installed. I built a basic app
using client variables (my first attempt at work with client
variables), and everything went smooth.
The project that I am currently working on is using the ColdBox
framework (on the cluster). I've done a few days of research, but
haven't been able to answer my question - Do I need to do anything to
the core system files to work on the cluster (i.e. use clientstorage
instead of sessionstorage)? I am coding my app using the
clientstorage plugin and so far everything seems to be going ok. The
only thing I was able to find that I needed to change was the <Setting
name="MessageBoxStorage" value="client"/> in the settings.xml file
(but that is rather insignificant)
Another oddity I've noticed is this: Lets say I'm working on a method
in one of my models. I'll test some code, see its not working, go
back and change the code, test it again, and it will work. For some
reason a few more tests down the line, its like my code reverts back
to previous code randomly (which wasn't working). I'm seeing cf
function calls that I deleted LONG ago. My guess is this code is
caching, and I'm wondering if its a caching problem with the cluster
(like I said, maybe one server is clearing the cache and the other
isn't when I click the clear cache button in the sidebar).
Thanks for any/all help!
-Ryan