I've been pondering... I have a large amount of data in my session scope on
my site, and since upgrading to CFMX Enterprise (one single server with 2
CFMX instances via Jrun) and using object (session) clustering, this seems
to cause a problem because the session variables continually get copied back
and forth. My CPU usage goes up and, sooner or later, my box goes down.

I read that CFCs saved in the session scope are not replicated across
clusters. This could be a good thing... If I store my large amounts of data
in a cfc (even with all vars public if need be), it should keep it from
getting copied across the cluster, right? Could this save my box from
crashing?

Now one more related question... if this really does work and my session
data is kept to a single cf server instance, wether i put it in the session
or in the application scopes, how can I make sure a person stays on the one
cfmx instance for their entire visit and not get round-robin'd to the other
one?

Thanks for any input!
-nathan strutz
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to