Hi, I was going through some examples in the axis distribution and have basic question. When a service is deployed, multiple clients can send requests to the server about same time. So for each request and a class is instantiated on the server side ? If yes, how do I tell the application server to have only one instatiation (it might be useful in some cases). If not, if two requests from two different clients invoke same function do we need to protect global data from race conditions ?
Thanks, Sarath --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
