You are correct. In previous version, only object which supported the serialization method like strings and query objects would replicate to the other instances in the cluster. CFC's and XML documents (which Ben said are stored in the same way) would not serialize and therefore would replicate as an empty object with a "serialization error" name. Very annoying indeed.
CF 8 plans to properly serialize CFC's so they can be replicated to the other instances in your cluster. If you don't use sticky sessions, or if an instance goes down, the JRUN connector Round Robins the user over to the next instance in line and they never even know the difference. "It just works" to quote Ben F. :) ~Brad -----Original Message----- From: Peterson, Chris [mailto:[EMAIL PROTECTED] Sent: Friday, May 11, 2007 8:35 AM To: CF-Talk Subject: RE: Scorpio Yea, session replication is so your session variables are copied over to other instances you are running inside of a coldfusion cluster. Now, someone correct me if I'm wrong, but the issue everyone is speaking about is: simple variables would replicate, but objects would not replicate (user beans, cfc's with cart info, etc), and they will replicate in Scorpio. Chris Peterson -----Original Message----- From: Andrew Scott [mailto:[EMAIL PROTECTED] Sent: Friday, May 11, 2007 9:31 AM To: CF-Talk Subject: Re: Scorpio I am going to take a stab in the dark, but I think its update one server and it replicates to the others. I guess others will tell me I am wrong if I am.. On 5/11/07, Robert Rawlins - Think Blue <[EMAIL PROTECTED]> wrote: > > Would someone mind giving me a quick 'synopsis' or what replication is > all about? Presumably this is so you can run two identical setups with > a network load balancer in the middle? > > I'm sure that blind guess is complete wrong though :-D just trying to > learn something new. > > Thanks guys, > > Rob > > -----Original Message----- > From: Dave Watts [mailto:[EMAIL PROTECTED] > Sent: 11 May 2007 15:13 > To: CF-Talk > Subject: RE: Scorpio > > > Why are so many people so excited about this? Session replication is > > not needed on the vast majority of sites - it just causes network > > chatter and it still has latency so if a session does failover due a > > server going down, you might still get a request into a new server > > instance before the session data is available. > > I wouldn't go so far as to say I'm excited about this, but session > replication in CF 7 and earlier is essentially half a feature. It's an > annoyance to hear that a product supports "neat feature x" and "neat > feature y", but unfortunately you have to pick one or the other. Just > like with query caching and CFQUERYPARAM. > > > How many people are actually using replication and what is your > > justification for it? > > Several of our clients are using it, because they want a higher level > of failover than they can have without it. Why is that so hard to understand? > > Dave Watts, CTO, Fig Leaf Software > http://www.figleaf.com/ > > Fig Leaf Software provides the highest caliber vendor-authorized > instruction at our training centers in Washington DC, Atlanta, > Chicago, Baltimore, Northern Virginia, or on-site at your location. > Visit http://training.figleaf.com/ for more information! > > This email has been processed by SmoothZap - www.smoothwall.net > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:277778 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

