[jboss-dev-forums] [JBoss AS Development] - Re: Graceful Shutdown
jason.greene@jboss.com
do-not-reply at jboss.com
Tue Nov 24 14:38:30 EST 2009
"ALRubinger" wrote :
| What's an invocation which was triggered by an EJB Timer; internal or external?
|
Internal.
anonymous wrote :
| Also we've talked about a separation between services and deployments.; but services are deployments themselves. Deployments may depend both upon each other and upon services. Services may depend upon each other. In this light I think the standard MC dependency mechanism will suffice.
|
MC dependencies don't make sense in this case. MC deps are internal service implementation details, and don't necessarily reflect the current runtime behavior. Graceful shutdown is all about the enclosing request (or transaction).
anonymous wrote :
| To me the tricky part is extracting out all the endpoints (acceptors) and ensuring all moving parts are explicitly wired together.
|
We can start small. First implement this kind of thing for the web layer, that will handle 90% of what people are after (Brian's idea).
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4267387#4267387
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4267387
More information about the jboss-dev-forums
mailing list