Re: strange tomcat problem with struts1.1

2004-05-10 Thread Riyad Kalla
point to another hashmap once initialized > but its contents can still be modified. So just use method level > variables. > > -Original Message- > From: Riyad Kalla [mailto:[EMAIL PROTECTED] > Sent: Monday, May 10, 2004 8:56 AM > To: Struts Users Mailing List > Subje

RE: strange tomcat problem with struts1.1

2004-05-10 Thread MARU, SOHIL (SBCSI)
] Sent: Monday, May 10, 2004 8:56 AM To: Struts Users Mailing List Subject: Re: strange tomcat problem with struts1.1 Jingesh, See my last post, you don't need to synchronize and it will just slow down your app (NOTE: Do not make use of non-final class variables in Actions and you will be

Re: strange tomcat problem with struts1.1

2004-05-10 Thread Riyad Kalla
Jingesh, See my last post, you don't need to synchronize and it will just slow down your app (NOTE: Do not make use of non-final class variables in Actions and you will be fine) Jignesh Patel wrote: Hi All, We are facing one strange problem, our server hangs after every 2-3 days. The reason be

RE: strange tomcat problem with struts1.1

2004-05-10 Thread Geeta Ramani
your problem has anything to do with the addition of your synchronized key word.. Regards, Geeta > -Original Message- > From: Jignesh Patel [mailto:[EMAIL PROTECTED] > Sent: Monday, May 10, 2004 9:02 AM > To: Struts Users Mailing List > Subject: strange tomcat pr

strange tomcat problem with struts1.1

2004-05-10 Thread Jignesh Patel
Hi All, We are facing one strange problem, our server hangs after every 2-3 days. The reason behind it, is it tomcat creates unwanted java processes. >From my side I haven't implemented anything special except adding "synchronized (this) {" line in execute method so that I can avoid concurrent