RE: What is the best way to "select for update" ?

2000-12-01 Thread Kevin Duffey
age- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of > [EMAIL PROTECTED] > Sent: Friday, December 01, 2000 1:32 AM > To: Orion-Interest > Subject: SV: What is the best way to "select for update" ? > > > Use optimistic locking.. >

SV: What is the best way to "select for update" ?

2000-12-01 Thread Klaus . Myrseth
: What is the best way to "select for update" ? Hello, Just wondering how/if orion/ejb makes it possible for a web client to "select data for update" in such a way that another web client will receive a notice if it trys to fetch the same data (possibly for update) I

What is the best way to "select for update" ?

2000-11-30 Thread Keith Kwiatek
Hello, Just wondering how/if orion/ejb makes it possible for a web client to "select data for update" in such a way that another web client will receive a notice if it trys to fetch the same data (possibly for update) I know that orion/ejb handles short term transactions, but what about where