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

[OT] Re: [JAVA] suing synchronized block

2007-03-20 Thread Dave Newton
--- temp temp <[EMAIL PROTECTED]> wrote: > I using synchronized block and need help in using it http://www.google.com/search?q=java+%2Bsynchronized+%2Bblock d. Be a PS3 game guru. Get your game face on with

[JAVA] suing synchronized block

2007-03-20 Thread temp temp
I using synchronized block and need help in using it ? I have a SingleTon class which has a global valriable Map. I will updating this Map at runtime. Example synchronized (fActionHandlers) { fActionHandlers.put( vAction.getCla