Say I've got a CFC with several methods whose operations (e.g.
<cfexecutes>) need identical named locks, so that none can run
concurrently. Is there a way to factor out a "locking" method that can
be used by the other methods, or is this the exclusive domain of
custom tags?

The only way that I can figure to do it in the context of a CFC is to
abstract the whole idea of an "operation" into its own method, and
lock the operation there.

Am I thinking straight?

Thanks,
Jamie
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to