Hi Geoff, ----- Original Message ----- From: "Geoff Gerrietts" <[EMAIL PROTECTED]> To: "OJB Users List" <[EMAIL PROTECTED]> Sent: Sunday, March 23, 2003 3:56 AM Subject: "competitive locking" configuration
> I've been trying to figure out how to set up OJB (hopefully using the > ODMG API) for an environment where several distinct applications will > be aiming at the same database. > > To my mind, this involves either having no cache, or a pretty shallow > cache. I've spent some time prowling through the docs, but I confess > that I'm a bit confused as to how I should implement this. Should I > just be setting up ObjectCacheEmptyImpl instead of > ObjectCacheDefaultImpl? Is that enough? Yes, this should be enough. (And it's recommended to use an database based sequence manager implementation, like SequenceManagerNextValImpl or your own impl.) regards, Armin > > Advice appreciated. > > Thanks, > --G. > > -- > Geoff Gerrietts "Me and my homies, we tag O.D.." > <geoff at gerrietts net> --Unknown grafitti artist at a party > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
