Terry Hogan wrote:

> My last question was:
> 
>  4.  What about locking? I've read that Request Variables 
> don't need to be locked. Is that true? Why not?
> 
> Dave Watts Replied....
>>They don't need to be locked, because they're not persistent memory
>>variables.


I would rephrase that as:
They don't need to be locked because they're not shared between threads 
and therefore have no chance of being accessed simultaneously by 2 or 
more threads.


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