[jboss-dev-forums] [JBoss AS Development] - Re: Graceful Shutdown
jason.greene@jboss.com
do-not-reply at jboss.com
Wed Nov 25 14:25:40 EST 2009
"bstansberry at jboss.com" wrote :
|
| Jason, are you concerned about solving this case (eventually), or are you just using it to make a point about dependencies? Segregating internal calls from those coming via remote endpoints, and then closing off the remote endpoints before stopping/undeploying anything will handle most such cases. The only ones it won't are where Service B makes a remote call to non-HA Service A, even though both are deployed locally. Which case is IMHO out of scope. :-)
I was just making a point about static dependencies not being a catch-all. The remote shut-off would totally do the trick, which is why I liked your earlier suggestion about starting with just a simple solution for the web tier.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4267568#4267568
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4267568
More information about the jboss-dev-forums
mailing list