Added doc note on routers and termination
This commit is contained in:
parent
1f30be1f87
commit
99d22be048
2 changed files with 12 additions and 0 deletions
|
|
@ -123,6 +123,12 @@ Another potentially useful approach is to give the router the same strategy as
|
||||||
its parent, which effectively treats all actors in the pool as if they were
|
its parent, which effectively treats all actors in the pool as if they were
|
||||||
direct children of their grand-parent instead.
|
direct children of their grand-parent instead.
|
||||||
|
|
||||||
|
.. note::
|
||||||
|
|
||||||
|
If the child of a router terminates, the router will not automatically spawn
|
||||||
|
a new child. In the event that all children of a router have terminated the
|
||||||
|
router will terminate itself.
|
||||||
|
|
||||||
Router usage
|
Router usage
|
||||||
^^^^^^^^^^^^
|
^^^^^^^^^^^^
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -124,6 +124,12 @@ Another potentially useful approach is to give the router the same strategy as
|
||||||
its parent, which effectively treats all actors in the pool as if they were
|
its parent, which effectively treats all actors in the pool as if they were
|
||||||
direct children of their grand-parent instead.
|
direct children of their grand-parent instead.
|
||||||
|
|
||||||
|
.. note::
|
||||||
|
|
||||||
|
If the child of a router terminates, the router will not automatically spawn
|
||||||
|
a new child. In the event that all children of a router have terminated the
|
||||||
|
router will terminate itself.
|
||||||
|
|
||||||
Router usage
|
Router usage
|
||||||
^^^^^^^^^^^^
|
^^^^^^^^^^^^
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue