On 5/13/05, enigment <[EMAIL PROTECTED]> wrote:
> That's what I wanted to be certain of, that there's no built-in function to
> clone a cfc object. Interesting omission.

There is no way to generically "clone" an object in any meaningful way
because of the semantics of state.

> For a simple query and record list of a few rows, using the 'request.MyCFC =
> application.MyCFC' method, which we know isn't workable, processing the
> request takes 10ms on my machine almost always. Using CreateObject every
> time, it takes 20-40ms.

You're worrying about the wrong level of detail here. Performance of a
site under load has nothing to do with a few tens of milliseconds for
a single invocation.
-- 
Sean A Corfield -- http://corfield.org/
Team Fusebox -- http://fusebox.org/
Got Gmail? -- I have 50, yes 50, invites to give away!

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood


----------------------------------------------------------
You are subscribed to cfcdev. To unsubscribe, send an email to 
[email protected] with the words 'unsubscribe cfcdev' as the subject of the 
email.

CFCDev is run by CFCZone (www.cfczone.org) and supported by CFXHosting 
(www.cfxhosting.com).

CFCDev is supported by New Atlanta, makers of BlueDragon
http://www.newatlanta.com/products/bluedragon/index.cfm

An archive of the CFCDev list is available at 
www.mail-archive.com/[email protected]


Reply via email to