> Raymond
> >>There will _always_ be
> >>a need for "logical" type locks.
> 
> why will there always be a need for using cflock with session 
> variables.
> Should they manage muliple access automatically?

I wasn't talking about always needing locks for session vars. I'm
talking about issues like so:

<cfset session(or app or whatever)x = x + 1>

In this case, you want to make sure only one thread is incrementing the
value of X. Using a lock ensures this. 

=======================================================================
Raymond Camden, Principal Spectra Compliance Engineer for Macromedia

Email    : [EMAIL PROTECTED]
Yahoo IM : morpheus

"My ally is the Force, and a powerful ally it is." - Yoda 

______________________________________________________________________
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to