Re: SOT: Best Practices Instantiating a CFC

2006-04-19 Thread Larry Lyons
thx James. larry > If there is no data, you don't need to serialize it and you only need > one instance. I'd store it in the Application scope in this case, > since that will provide the lowest overhead in terms of memory use > and > instantiation time. > > On 4/19/06, Larry Lyons <[EMAIL PROTE

Re: SOT: Best Practices Instantiating a CFC

2006-04-18 Thread James Holmes
If there is no data, you don't need to serialize it and you only need one instance. I'd store it in the Application scope in this case, since that will provide the lowest overhead in terms of memory use and instantiation time. On 4/19/06, Larry Lyons <[EMAIL PROTECTED]> wrote: > I'm trying to get

SOT: Best Practices Instantiating a CFC

2006-04-18 Thread Larry Lyons
I'm trying to get a feel for what's a best practice here. I have a site that uses one CFC a lot. Eventually I'll be moving this site to a clustered environment, so serialization may be a concern. However, there is no data with the cfc, just a set of functions. All data is passed in, manipulated