You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Davanum Srinivas (JIRA)" <ji...@apache.org> on 2005/11/28 23:34:38 UTC

[jira] Resolved: (AXIS2-288) ThreadWorker of Axis2 threadpool should be made a deamon thread

     [ http://issues.apache.org/jira/browse/AXIS2-288?page=all ]
     
Davanum Srinivas resolved AXIS2-288:
------------------------------------

    Resolution: Fixed

Does not hurt, added the change in latest SVN.

thanks,
dims

> ThreadWorker of Axis2 threadpool should be made a deamon thread
> ---------------------------------------------------------------
>
>          Key: AXIS2-288
>          URL: http://issues.apache.org/jira/browse/AXIS2-288
>      Project: Apache Axis 2.0 (Axis2)
>         Type: Bug
>   Components: core
>     Versions: 0.92
>     Reporter: Gopalakrishnan
>     Priority: Minor

>
> When doing Call.invokeNonBlocking() over a single transport connection, the client JVM doesn't exit becuase 10 Axis2 thread pool worker threads are still running. I think we should make the ThreadWorker threads deamon threads. 
> May be we need to add an constructor to ThreadWorker class like
>  
> public ThreadWorker(){
>       this.setDaemon(true);
>  }
> Does that make sense?
> Gopal.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira