[Objectbridge-developers] LockStrategy
Brought to you by:
thma
From: Dixon-Peugh, D. <Dav...@tp...> - 2000-12-20 21:23:34
|
I have started some work on the Locking strategies. There are now 4 different strategies, located in ojb.server.lockstrategy. These are still pretty much in development for now. Each one represents the 4 isolation levels as found here: http://www.tru64unix.compaq.com/data-access/doc/ODBC/Odbcref/rlock.htm The only ones I have any real faith in are: RWUncommittedReadStrategy RWSerializableStrategy (and even those I haven't quite convinced myself that they work.) Integration of these into the application also hasn't happened. I'll let you know when more gets done. David. |