Andreas Probst wrote:
On 3 Aug 2004 at 10:49, Oliver Zeigermann wrote:
What you describe is the locking the RDBMS / file store would do anyway. However, if you acquire all those locks atomically at the very beginning of the request deadlocks are impossible, I guess. Do you do that? May be a good idea...


Yes, I simply don't start a transaction if I can't get all the locks. So no dead lock anymore.

What kind of lock do you use?

Oliver

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to