Excuse my ignorance. I have an event which performs some logic and then inserts a record into the database.
I have found that if users run that event more than once the data can be added more than once. How can I prevent this particular event from running concurrently. I would like the event to be locked whilst an call to it is already still being processed. I realise this will also require me to lock the database in some way but with regards to machii how do I got about it? thanks -- To post to this group, send email to [email protected] For more options and to unsubscribe, visit this group at http://groups.google.com/group/mach-ii-for-coldfusion?hl=en SVN: http://svn.mach-ii.com/machii/ Wiki / Documentation / Tickets: http://trac.mach-ii.com/machii/
