What exactly are you looking for in the logs?  My understanding of inadequate locking 
was that memory and variable corruption were the problems, which might not be clear in 
the logs.

thanks,
Chris Norloff


---------- Original Message ----------------------------------
from: "Mike Brunt" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
date: Thu, 09 Aug 2001 08:16:43 -0700

>You make a very good point.  My field experience on many different sites is
>deal with locking in the development/qa phase.  Watch the Application and
>Server logs religiously and lock code as identified in these logs.  Also
>watch the Application and Server logs on the live servers and lock code as
>identified in these logs.  The bottom line is check these logs at least
>daily and whittle down the errors.  I do not subscribe to the
>"lock-everything" school of thought and this is from direct real-world
>experience.
>
>Kind Regards - Mike Brunt
>Tel: 562.790.8631
>Instant Messaging Handles: -
>AIM (AOL): MediaEmbee
>MSN: [EMAIL PROTECTED]
>Yahoo: MediaEmbeeYH
>
>-----Original Message-----
>From: Dennis Powers [mailto:[EMAIL PROTECTED]]
>Sent: Thursday, August 09, 2001 7:07 AM
>To: CF-Talk
>Subject: RE: I don't understand session locking :(
>
>Maybe I am being a curmudgeon today, but it seems to me that if you ALWAYS
>need to lock session and application variables and would never want to use
>them without locks then Allaire should have coded that function into it's
>core design.
>
>
>Dennis Powers
>UXB Internet
>(203)879-2844
>http://www.uxbinfo.com/
>
>-----Original Message-----
>From: Dave Watts [mailto:[EMAIL PROTECTED]]
>Sent: Monday, August 06, 2001 7:14 PM
>To: CF-Talk
>Subject: RE: I don't understand session locking :(
>
>Yes, you need to place a lock around any reads or writes of Session
>variables. If you don't lock reads as well as writes, and there's any
>possibility of the two operations happening simultaneously (and there
>usually is), then the lock you put on the write is useless by itself.
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to