Will tomcat handles Syn

2008-08-11 Thread Thangavel Sankaranarayanan
Hi , Does Synchronization is taken care by Tomcat itself when i call a static method from a thread...(should i use synchronized keyword or will it be taken care by Tomcat Container). is the below couple of statements right and applicable to tomcat??? And J2EE application are multithread,so its

RE: Will tomcat handles Syn

2008-08-11 Thread Peter Crowther
As far as I know... From: Thangavel Sankaranarayanan [mailto:[EMAIL PROTECTED] Does Synchronization is taken care by Tomcat itself when i call a static method from a thread No. should i use synchronized keyword Depends. If your application will fail under some circumstances if the call is