I am writing an object-update handler (using cfa_contentobjectdata to do the
update) for a Spectra app I'm working on and I'd appreciate some advice on
the best way to address the occasional errors/clashes I might come across.
In particular, I'd like to address:

* the potential for concurrent attempts to update the same object (highly
unlikely) and best-practice for locking
* the potential for an update to fail (possible, but unlikely) and how best
to catch and report on success/failure of the update and the likelihood to
cope with a rollback requirement

I have a few ideas (throw-catch scenarios, etc.), but I'm looking for advice
before I go on.

TIA

Steve
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
------------------------------------------------------------------------------
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/spectra_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to