No, it means that SOAP server calls the service methods of the single instance as many times as it needs to handle the number of client requests. Your service code must be thread safe.
Rick Hansen > -----Original Message----- > From: Naresh Agarwal [mailto:[EMAIL PROTECTED]] > Sent: Thursday, September 27, 2001 8:58 AM > To: [EMAIL PROTECTED] > Subject: How to handle multiple request in "Application" scope > > > Hi > > I want to ask one thing about Soap implementations > > If we deploy some service in "Application" scope (in Apache Soap or in > MS-Soap), this means the same instance of Soap Server would > be used to > serve all the requests. > > Now in this case, Soap server wudn't able to handle multiple client > requests, as there is only one instance of Soap Server, which > is serving all > client requests. > > Is there any work around for this ?? > Does Multi-threading is of any help in this case? > > > thanks, > > Regards. > Naresh Agarwal > > > _________________________________________________________ > Do You Yahoo!? > Get your free @yahoo.com address at http://mail.yahoo.com >