Worker life cycle events

A manager can respond to worker stop and start events by adding an IWorkerLifeCycle plugin to the appropriate worker pool.

In the LifeCyclePlugin above we add such a plugin--SkeletonWorkerManager. This responds to a worker start event by adding plugins remotely (Section [*]). It ignores worker died events.

If several IWorkerLifeCycle plugins are added to a worker pool then they will be called in the order in which they were added.

Nik Silver 2002-03-09