-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

> Question?   Why would automatic locking for 
> Session & Application variables be any more 
> of a performance hit that CF searching for 
> APPLICATION.CFM all the way up the directory 
> tree - for each and every page call? 

Those are completely unrelated problems, and I'm not really sure
which would be worse.  Given that you could in theory access session,
application, and server variables hundreds of time in a single page
(requiring an auto lock check for each and every access), it's tough
to tell whether the disk access or the locking is a worse performance
hit.

Given that doing the locking yourself isn't really that big a deal,
I'd say it's better to put the effort on the developer at design time
than on the server at runtime.  If Allaire had any interest in
improving CF Studio, they could do all of those checks for you & tell
you any place where you had a problem.

> I'd think that would be very easily done.  Especially 
> since it is so very important!

I dunno how easy it was to do, but it has been done.  4.5.1 has auto
locking capabilities.  They're not the greatest, but they're
present...

Best regards,
Zac Bedell

-----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 6.5.3 for non-commercial use <http://www.pgp.com>

iQA/AwUBOYFvCAraVoMWBwRBEQKmewCeMdy/JXI/v7llRuQThRS2aQCju3EAnRKT
m28+S6n7vcclzSlPe/JBQpZA
=t1VG
-----END PGP SIGNATURE-----
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to