You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Rajal Shah <rs...@Quinstreet.com> on 2002/09/18 01:17:30 UTC

Session scope and threaded request?

Hello.

When the scope of the service is "session", then do each request come as a separate thread and invokes the appropriate method in the class (like the servlet behaviour?) 

If not, do I need to extend my service class to a predefined Axis class get this behavior?

Any blurb on how the requests are processed in such scenarios (session scope and application scope) will be much appreciated.

Regards.
--
Rajal