So are you saying we don't need to follow Allaire's Best Practices 
recommendation?  (This is where the cflock example below came from.)

Or, is your statement "First, you..." referring to something else?

best,  paul

At 12:04 PM 10/2/00 -0400, you wrote:

> > <cflock scope="application" timeout="2" type="exclusive">
> >      <cfset application.GetListings = Request.GetListings>
> > </cflock>
>
>First, you shouldn't CFLOCK the query. All CFLOCK does is limit who can
>execute the code at a given time. You don't have any memory variables within
>the query that need to be protected from concurrent accesses, so you don't
>need to use CFLOCK.

------------------------------------------------------------------------------
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