[jboss-jira] [JBoss JIRA] Created: (JBBOOT-75) Don't use common lock for start/shutdown

Andrew Lee Rubinger (JIRA) jira-events at lists.jboss.org
Thu May 14 12:58:46 EDT 2009


Don't use common lock for start/shutdown
----------------------------------------

                 Key: JBBOOT-75
                 URL: https://jira.jboss.org/jira/browse/JBBOOT-75
             Project: JBoss Bootstrap
          Issue Type: Feature Request
          Components: impl-base
            Reporter: Andrew Lee Rubinger
            Assignee: Andrew Lee Rubinger
             Fix For: 0.1.2


Both startup and shutdown block on the same "this" reference, meaning that the server may not be shutdown until startup is complete.  Give each its own lock, and ensure that *all* operations mutating the internal state sync on both locks.

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

        



More information about the jboss-jira mailing list