RE: [PATCH] multithread problem (Re: Thread safe clients)

2002-06-18 Thread Davanum Srinivas
nks. > > Ramon. > > > -Original Message- > > From: Takashi Okamoto [mailto:[EMAIL PROTECTED]] > > Sent: Monday, June 17, 2002 2:29 PM > > To: [EMAIL PROTECTED] > > Cc: [EMAIL PROTECTED] > > Subject: [PATCH] multithread problem (Re: Thread safe clien

RE: [PATCH] multithread problem (Re: Thread safe clients)

2002-06-18 Thread Davanum Srinivas
nks. > > Ramon. > > > -Original Message- > > From: Takashi Okamoto [mailto:[EMAIL PROTECTED]] > > Sent: Monday, June 17, 2002 2:29 PM > > To: [EMAIL PROTECTED] > > Cc: [EMAIL PROTECTED] > > Subject: [PATCH] multithread problem (Re: Thread safe clien

RE: [PATCH] multithread problem (Re: Thread safe clients)

2002-06-18 Thread Ramon Turnes
Ramon. > -Original Message- > From: Takashi Okamoto [mailto:[EMAIL PROTECTED]] > Sent: Monday, June 17, 2002 2:29 PM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: [PATCH] multithread problem (Re: Thread safe clients) > > > Hi, axis developers. > >

Thread safe clients

2002-06-14 Thread Ramon Turnes
Maybe I should send it to this list. It seems that the problem is in Message.java class which is not thread save. If in my client code I synchronize the whole Message.class everything works fine. What do I have to do to write thread safe clients? Please, send your answers to axis-user as well