Re: [Objectbridge-developers] LockStrategy
Brought to you by:
thma
From: Thomas M. <tho...@ho...> - 2000-12-21 09:50:27
|
Hi David, "Dixon-Peugh, David" wrote: > > 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 interesting reference! > > The only ones I have any real faith in are: > RWUncommittedReadStrategy > RWSerializableStrategy Same for me! I think the other two may fit well for RDBMS but not so well for OO-programs. > > (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, what about your Quick-MVC project? Are you making progress? I'm currently refactoring the Broker to use prepared statements. This provides another performance boost because PS run much faster on most RDBMS and the usage of Reflection for building statements can be minimized. Coding is finished, I'm doing final testing today and hope to get it into CVS by tomorrow. regards, Thomas |