$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [transact] code in sandbox
From: strasser_at_[hidden]
Date: 2010-02-17 03:36:23
Zitat von Bob Walters <bob.s.walters_at_[hidden]>:
> 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?