Hi, Noob question - we're working on an application which uses a CFC method to copy variable values from various scopes - pass the variable name as an argument and the method returns the corresponding value.
If we were to load this CFC into the Server scope, would we need to explicitly lock the method? Does CF implement some kind of implicit locking or internal request sequencing within the Server scope to prevent race conditions occurring, and if not, how would you recommend that we implement a suitable locking technique that wouldn't introduce a significant performance hit? Thanks for any advice. ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [email protected] with the words 'unsubscribe cfcdev' as the subject of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by CFXHosting (www.cfxhosting.com). An archive of the CFCDev list is available at www.mail-archive.com/[email protected]
