Sorry, I had responded thinking this was a soap-dev message, not axis-dev.
Scott Nichol ----- Original Message ----- From: "Thomas Börkel" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 16, 2002 4:11 AM Subject: RE: SOAPService thread-safe? HI! In our implementation (we override methods of RPCProvider), our service classes are always freshly instantiated. My question was regarding the SOAPService class of Axis, because we cache these, so that the introspection in our class files is not being made for each call. Regards, Thomas > -----Original Message----- > From: Scott Nichol [mailto:[EMAIL PROTECTED]] > Sent: Dienstag, 15. Oktober 2002 13:58 > To: [EMAIL PROTECTED] > Subject: Re: SOAPService thread-safe? > > > Whether service classes are thread safe depends on how they > are written. > > Exposed methods of service classes need to be thread safe if they are > deployed in application or session scope, or if they are deployed as > static. If they are deployed at request scope and are not static, > service classes need not have thread safe methods. > > Scott Nichol > > ----- Original Message ----- > From: "Thomas Börkel" <[EMAIL PROTECTED]> > To: "Axis Dev Mailinglist" <[EMAIL PROTECTED]> > Sent: Tuesday, October 15, 2002 3:16 AM > Subject: SOAPService thread-safe? > > > HI! > > Are SOAPService objects thread-safe? > > Thanks! > > Regards, > Thomas > > > >