You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-user@db.apache.org by Emmanuel Dupont <em...@jwaretechnologies.com> on 2003/12/03 08:41:40 UTC

READ Lock and Commit ?

All,

 

Should we all times use the Read lock when we manipulate a jdo for reading?

 

If yes, should we have to commit in order to release all locks or should we
abort the current transaction?

 

 

I thought it was important to systematically use the lock with all mode
(even READ) in order to inform OJB of all the jdo which are manipulated..Am
I wrong ?

 

 

Any help whould be appreciated .Thanks a lot.