Another CF4.0-only question... Jeez, I feel like I'm back in the stone
age doing this with MX flying around!

What's the deal with locking shared scope variabled in CF4.0, which
doesn't support the SCOPE attribute for CFLOCK? Instead of:

<cflock scope="APPLICATION" type="READONLY" timeout="10">
   temp = application.variable;
</cflock>

Should I use:

<cflock type="READONLY" timeout="10">
   temp = application.variable;
</cflock>

???? Does this do the same job? I suspect not, as the SCOPE attribute
wouldn't be necessary if this was the case...

If anyone's got any knowledge of what to do here, please let me know!

TIA,

- Gyrus

~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- [EMAIL PROTECTED]
work: http://www.tengai.co.uk
play: http://www.norlonto.net
- PGP key available
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

______________________________________________________________________
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