Tage Widsell wrote:

> Just a little detail:
> 
> I know that I must lock every read from a shared scope variable, but what
> about checking for it's existence? Is that ok without locking? For example:
> 
> <cfif IsDefined("Server.webroot")>
>     ...do this and that...
> </cfif>


You need to lock those too.

Jochem
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the mailserver that powers this list at http://www.coolfusion.com
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