[jboss-dev-forums] [JBoss AS7 Development] - Re: Overall control of graceful shutdown
Emanuel Muckenhuber
do-not-reply at jboss.com
Thu Sep 23 08:31:33 EDT 2010
Emanuel Muckenhuber [http://community.jboss.org/people/emuckenhuber] created the discussion
"Re: Overall control of graceful shutdown"
To view the discussion, visit: http://community.jboss.org/message/563299#563299
--------------------------------------------------------------
> Brian Stansberry wrote:
>
> The dependencies aren't really artificial. The service that depends on the connector has a real job to do -- figuring out when long running work the needs an open connector is completed. It will of course delegate to other services for a lot of things, but I bet it will end up having some significant logic.
"artificial dependencies" in a sense that e.g. in jboss.web nothing really has a dependency on a connector. Where this graceful shutdown handler would need a dependency on all configured connectors preventing them to shutdown. Which basically means that connectors have to be started before the deployment is deployed and stopped after undeployment. This seems to conflict a bit with https://jira.jboss.org/browse/JBAS-8423 JBAS-8423 - where we maybe can just separate between starting connectors late in the process and use the dependencies to control the graceful shutdown.
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/563299#563299]
Start a new discussion in JBoss AS7 Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2225]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20100923/1bbf5df1/attachment.html
More information about the jboss-dev-forums
mailing list