Subject | Re: [Firebird-Java] Re: Transaction concurrency |
---|---|
Author | Roman Rokytskyy |
Post date | 2005-01-11T15:39:17Z |
> No. The feature is intended to support deadlock-free transactions.Ok, then I need one more method in FirebirdConnection (something like
> The transaction doesn't start until all write locks have been
> acquired. If a deadlock occurs trying to get the locks, the locks
> seized are released and the transaction manager starts over.
addReservationTable(String) and cleanReservedTables()).
> There is also a mode that seizes and holds table locks as theDo you know the needed TPB params for this mode?
> transaction progresses. I haven't a clue what it might be called in
> newspeak. It would probably suffice the stated need. It is prone
> to table deadlocks, however.
Thanks!
Roman