The threading model is controlled by the platform that axis2 is deployed on. In most cases, it is the Servlet container. Either thread per connection or thread per request may be implemented.
HTH, Dong On Wed, Mar 12, 2008 at 6:22 PM, Arlindo Luis Marcon Junior <[EMAIL PROTECTED]> wrote: > Hi All... > > Doubt: > Is possible to have a "new Thread" inside one service deployed in Axis2? > Example: I have a Web Service which attend many clientes,,, with > scope="request"... > In other words,,, many instances of the same service,,, one instance for > each cliente... > And I need "one" ( only one ) Thread ( or something like this ) to > perform some tasks for me ( like monitoring my environment )... > > Question: > Is possible do it? > If Yes, where/how I could start, and stop, this Thread? > Or has other "elegant" manner to do it? > > Any cue is welcome... > Thanks all... > > -- > Arlindo Luis Marcon Junior > E-mail: [EMAIL PROTECTED] > Internet Web Page: http://lattes.cnpq.br/6483462042489662 > ICQ: 138864173 > Curitiba - ParanĂ¡ - Brasil > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Dong Liu http://blogs.usask.ca/dong_notes/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
