There is an article on JavaWorld about an application level example that uses JBoss:
http://www.javaworld.com/javaworld/jw-07-2001/jw-0713-optimism_p.html

----- Original Message ----- 
From: "Joseph Dane" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, July 23, 2001 7:49 PM
Subject: Re: [JBoss-dev] ditch entity locking in favor of <select-for-update>


> 
> isn't SELECT FOR UPDATE an Oracle-ism?
> 
> instead of either entity locking or S-F-U, why not use an optimistic
> concurrency scheme, with verified updates? there was recently a nice
> catfight on the EJB-INTEREST mailing list between several vendors on
> this subject, the result of which seemed to be that this would be the
> approach which maximized both performance and portability.
> 
> -- 
> 
> joe
> 
> _______________________________________________
> Jboss-development mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-development
> 


_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to