[ 
http://jira.codehaus.org/browse/MEXEC-18?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_87385
 ] 

Ryan Sonnek commented on MEXEC-18:
----------------------------------

here's a short article that re-enforces that daemon threads do not need to 
respond to interruption before JVM shutting down:
http://www.quepublishing.com/articles/article.asp?p=26044&seqNum=8&rl=1

a perfect example of this is the JVM garbage collection daemon thread.  

as a side note: i think this plugin really does rock, and I hope it doesn't 
sound like I'm bitching.  I complain because I care.  :)

> un-stopped damean threads prevent plugin shutdown
> -------------------------------------------------
>
>                 Key: MEXEC-18
>                 URL: http://jira.codehaus.org/browse/MEXEC-18
>             Project: Mojo Exec Plugin
>          Issue Type: Bug
>    Affects Versions: 1.1
>         Environment: using latest snapshot
>            Reporter: Ryan Sonnek
>
> my application is using daemon threads, and the exec:java plugin just hangs.
> {noformat}
> [DEBUG] interrupting thread Thread[Lazy 
> Clock,1,com.digitalriver.schedule.JobRunner]
> [DEBUG] joining on thread Thread[Lazy 
> Clock,1,com.digitalriver.schedule.JobRunner]
> {noformat}
> since these are daemon threads, the exec:java plugin should try to 
> interrupt/join, but exit cleanly without worrrying about them.

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

        

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to