On Wed, 26 Jan 2005 14:49:35 -0400, Micha Schopman <[EMAIL PROTECTED]> wrote: > I thought the issue was more that CFC's cannot be serialized in current > editions (and thus cannot be transported to another server in the cluster), > and therefore this also affects server and application scope. So this only > affects session scope? >
Ben mentioned in his Blackstone CFUG tour that serializing CFCs will indeed be in Blackstone. We are in a clustered setup and what we do is use the memento pattern to get a snapshot of the CFC's instance variables (in our CFCs, our instance variables are stored in a struct called variables.instance) and store that struct in the session scope. We then re-create a new object on the target page, passing in the instance data. It's a bit more overhead than a single server setup, but those are the breaks when dealing with feature limitations sometimes. Regards, Dave. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:191876 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

