OK, try 2. Sometimes I love Gmail, sometimes I hate it. At the moment
it displeases me because I just lost a lovely reply to the last couple
messages. Yeah, it was my fault but it's more fun to blame Google. :D

The message started: started: Jim and Sean, thanks for pointing out my
error... {grudging mock sigh} and I'll concede the point. Hehe.

But... what I'm missing here is this: WHAT makes CFC's
non-thread-safe? I remember reading about this somewhere else, and I
cut my programming teeth on BASIC and HyperCard (ok, DEVELOPING, not
programming) so I missed a couple of those CompSci classes. Also, not
having a Java background is bitting my backside in a couple respects.

But, I think this is getting out of hand for this thread, so I'll
start a new thread on... threads.

Happy Holidays!

J

-- 
Continuum Media Group LLC
Burnsville, MN 55337
http://www.web-relevant.com

On Fri, 24 Dec 2004 16:29:19 -0500, Jim Davis
<[EMAIL PROTECTED]> wrote:
> > -----Original Message-----
> > From: Jared Rypka-Hauer - CMG, LLC [mailto:[EMAIL PROTECTED]
> > Sent: Friday, December 24, 2004 2:33 PM
> > To: CF-Talk
> > Subject: Re: Prefixing local variables
> >
> > Couple things...
> >
> > First of all, if you want to pass or dump your local variables all you
> > have to use is the variables scope.
> >
> > <cfdump var="#variables#">
> >
> > will dump all the local variables that exist at the time the cfdump is
> > executed... and if you want to pass them all use something like:
> 
> That's absolutely true - but we're NOT talking about the variables scope,
> but rather the "function local" or "unnamed" scope.  Which (as the lack of a
> name suggests) doesn't have a name to dump.
> 
> It's actually quite confusing until you get a brain or two around it, but
> they are really not the same thing and it's really important to know the
> difference if you want to create thread-safe CFCs.
> 
> Jim Davis

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Special thanks to the CF Community Suite Silver Sponsor - CFDynamics
http://www.cfdynamics.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:188769
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

Reply via email to