[jboss-jira] [JBoss JIRA] Updated: (JBBOOT-75) Allow for shutdown to interrupt startup
Andrew Lee Rubinger (JIRA)
jira-events at lists.jboss.org
Wed May 27 18:18:07 EDT 2009
[ https://jira.jboss.org/jira/browse/JBBOOT-75?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Andrew Lee Rubinger updated JBBOOT-75:
--------------------------------------
Summary: Allow for shutdown to interrupt startup (was: Don't use common lock for start/shutdown)
Description: Both startup and shutdown block on the same "this" reference, meaning that the server may not be shutdown until startup is complete. As DML advises, use an interrupt mechanism to allow another Thread to interrupt startup. (was: 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.)
> Allow for shutdown to interrupt startup
> ---------------------------------------
>
> 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: Unscheduled
>
>
> Both startup and shutdown block on the same "this" reference, meaning that the server may not be shutdown until startup is complete. As DML advises, use an interrupt mechanism to allow another Thread to interrupt startup.
--
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