RE: CFC's and how they work.

2003-07-25 Thread Rich Z
Thanks for the insight. Very helpful. -Original Message- From: Sean A Corfield [mailto:[EMAIL PROTECTED] Sent: Thursday, July 24, 2003 3:46 PM To: CF-Talk Subject: Re: CFC's and how they work. On Thursday, Jul 24, 2003, at 10:07 US/Pacific, Rich Z wrote: I've got a box here at work

Re: CFC's and how they work.

2003-07-25 Thread Oliver Tupman
PROTECTED] Sent: Thursday, July 24, 2003 3:46 PM To: CF-Talk Subject: Re: CFC's and how they work. On Thursday, Jul 24, 2003, at 10:07 US/Pacific, Rich Z wrote: I've got a box here at work and it has CFC that is going to get pretty hard. I'm a bit wary of scalability, which leads me to a few

RE: CFC's and how they work.

2003-07-24 Thread Raymond Camden
1.What does CFMX do about caching CFC's? Does it cache them? Does it cache them along with parameters? An instance of a CFC is like any other variable. So, if X is a CFC, it will be removed at the end of the page. If Session.X is a CFC, it will last as long as the session. Etc. 2.

Re: CFC's and how they work.

2003-07-24 Thread Sean A Corfield
On Thursday, Jul 24, 2003, at 10:07 US/Pacific, Rich Z wrote: I've got a box here at work and it has CFC that is going to get pretty hard. I'm a bit wary of scalability, which leads me to a few questions: macromedia.com is very CFC-heavy and supports over 15,000 concurrent active sessions