Russ,

It's not CF that has problems with session replication. The problem comes
from the idea of session replication over the network. The whole idea is
flawed (though well suited for some, i'll admit, and there is no 100%
correct way to go).

Hardware-based load balancers will provide failover (even better than jrun),
though your session data will be lost. The trick is to make your session
data available (or recreatable) across the rest of your cluster based on
what small data you save in cookies.

Switching to another technology will not solve the problem. BlueDragon or
ASP.NET won't fix the issue for you (though their solutions will vary).
You'll still have to deal with these types of problems.

-nathan strutz
http://www.dopefly.com/

On 7/1/06, Russ <[EMAIL PROTECTED]> wrote:
>
> Unfortunatelly it won't provide failover.  From what I heard at CFUN
> today,
> session replication doesn't work very well in CFMX 7.  Should I be looking
> at bluedragon or maybe running cf on top of another JRUN Server such as
> Tomcat?
>
> Russ
>
> > -----Original Message-----
> > From: James Holmes [mailto:[EMAIL PROTECTED]
> > Sent: Friday, June 30, 2006 8:45 PM
> > To: CF-Talk
> > Subject: Re: Framework suggestions
> >
> > The session issue can be overcome for the most part with a hardware
> > load balancer that provides sticky sessions.
> >
> > On 7/1/06, Russ <[EMAIL PROTECTED]> wrote:
> >
> > > Does anyone have any thoughs?  Whatever products we pick would need to
> > be
> > > integrated with session replication so that they could be load
> balanced
> > > through several servers.  As far as I remember, ColdFusion 7 doesn't
> > > session-replicate cfc's yet, so any products that use session cfc's
> > would
> > > probably have that part rewritten, so I would rather avoid them if
> > possible.
> >
> > --
> > CFAJAX docs and other useful articles:
> > http://jr-holmes.coldfusionjournal.com/
> >
> >
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:245232
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to