Hi,

Dependency tracking is automatically managed by phoenix. So there will never 
be the case where a block is created before its dependencies are created. And 
there will never be a case when a block is destroyed where there is still 
users of the block. So you never have to worry about any of that stuff.

On Sat, 15 Mar 2003 12:12, sadaf zargeen wrote:
> This is so that an application automatically detects
> when a service it depends on is gone offline and
> therefore stops servicing requests. and vice versa.

Unfortnately there is currently no mechanism to shutdown or startup single 
blocks. You can only shutdown or startup whole applications aka .sar files. 
You can startup applications via JMX and you can shutdown applications via 
JMX or inside the app via

BlockContext.requestShutdown();


-- 
Cheers,

Peter Donald
'Most men would rather die than think. Many do.'
                             Bertrand Russell



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to