Re: [OT][JAVA] suing synchronized block

2007-03-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Romu, Romu wrote: > http://www-128.ibm.com/developerworks/library/j-dcl.html > > if u use jdk1.5 , it's the second time i read that volatile is a good > solution . A few notes: 1. volatile has been available since the beginning. JDK 1.5 is not r

Re: [OT][JAVA] suing synchronized block

2007-03-20 Thread Romu
http://www-128.ibm.com/developerworks/library/j-dcl.html if u use jdk1.5 , it's the second time i read that volatile is a good solution . 2007/3/20, Christopher Schultz <[EMAIL PROTECTED]>: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 To whom it may concern, Please note that this is a

Re: [OT][JAVA] suing synchronized block

2007-03-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 To whom it may concern, Please note that this is a mailing list for users of the Struts web application framework. Your question is more appropriate elsewhere. That being said, we tend to know a lot about Java... temp temp wrote: > I am using a sync