> On Friday, Oct 4, 2002, at 11:37 US/Pacific, Paul
> Giesenhagen wrote:
>> Yup (on CF5, good practice on CFMX but not required)
>>
>> <cflock timeout="20" throwontimeout="No" type="READONLY"
>> scope="SESSION">
>> <cfoutput>#session.fullname#</cfoutput>
>> </cflock>

> Better practice:

> <cflock timeout="20" throwontimeout="No" type="READONLY"
> name="session_fullname">
> <cfoutput>#session.fullname#</cfoutput>
> </cflock>

> Using a named lock instead of a scoped lock.

Doesn't this tie the performance of all applications on the server together
when they reference the session_fullname lock?

Isaac
Certified Advanced ColdFusion 5 Developer

www.turnkey.to
954-776-0046

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Reply via email to