[jboss-jira] [JBoss JIRA] (AS7-5771) add daemon in thread factory configuration

David Lloyd (JIRA) jira-events at lists.jboss.org
Wed Oct 17 11:23:01 EDT 2012


    [ https://issues.jboss.org/browse/AS7-5771?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12727295#comment-12727295 ] 

David Lloyd commented on AS7-5771:
----------------------------------

This enhancement should not be made because it's up to the consuming subsystem to decide whether threads are daemon threads - in fact there is a long-standing design initiative to eliminate the thread subsystem and move those structures into their consuming subsystems directly for this reason and for other reasons (e.g. it's possible to configure a wrong thread pool type for a subsystem, which can cause weird issues).
                
> add daemon in thread factory configuration
> ------------------------------------------
>
>                 Key: AS7-5771
>                 URL: https://issues.jboss.org/browse/AS7-5771
>             Project: Application Server 7
>          Issue Type: Enhancement
>    Affects Versions: 7.1.1.Final
>            Reporter: Mathieu Lachance
>
> it is currently not possible to flag thread as daemon in the threads subsystem.
> it would be nice to do it like that :
> <subsystem xmlns="urn:jboss:domain:threads:1.1">
>     <thread-factory ... daemon="true" />
>     ...
> </subsystem>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list