Skip to content

Commit

Permalink
Added doc note on routers and termination
Browse files Browse the repository at this point in the history
  • Loading branch information
bantonsson committed Apr 25, 2012
1 parent 1f30be1 commit 99d22be
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions akka-docs/java/routing.rst
Expand Up @@ -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
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
^^^^^^^^^^^^

Expand Down
6 changes: 6 additions & 0 deletions akka-docs/scala/routing.rst
Expand Up @@ -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
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
^^^^^^^^^^^^

Expand Down

0 comments on commit 99d22be

Please sign in to comment.