
17 Feb
2010
17 Feb
'10
8:36 a.m.
Zitat von Bob Walters <bob.s.walters@gmail.com>:
The use of macros for these loops should be optional. For that matter, the loops are optional. In my library, a user can employ pessimistic locking conventions to ensure no chance of an isolation_exception, and in the process, would not need the retry loop.
how do you handle deadlocks? even pessimistic RDBMS require a retry-logic on the user's part in case of a deadlock, how do you avoid that?