* trailing slash removed from link * broken link to akka-work-pulling-pattern also fixed in faq
This commit is contained in:
parent
0a9283b8da
commit
b9b1bf1749
2 changed files with 2 additions and 2 deletions
|
|
@ -73,7 +73,7 @@ mailboxes and thereby filling up the heap memory.
|
|||
Some articles for inspiration:
|
||||
|
||||
* `Balancing Workload across Nodes with Akka 2 <http://letitcrash.com/post/29044669086/balancing-workload-across-nodes-with-akka-2>`_.
|
||||
* `Work Pulling Pattern to prevent mailbox overflow, throttle and distribute work <http://www.michaelpollmeier.com/akka-work-pulling-pattern/>`_
|
||||
* `Work Pulling Pattern to prevent mailbox overflow, throttle and distribute work <http://www.michaelpollmeier.com/akka-work-pulling-pattern>`_
|
||||
|
||||
Actors Scala API
|
||||
^^^^^^^^^^^^^^^^
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ eventually become too full. It also let’s you distribute work around your clus
|
|||
scale dynamically scale and is completely non-blocking. This pattern is a
|
||||
specialisation of the above 'Balancing Workload Pattern'."
|
||||
|
||||
The pattern is described `Work Pulling Pattern to prevent mailbox overflow, throttle and distribute work <http://www.michaelpollmeier.com/akka-work-pulling-pattern/>`_.
|
||||
The pattern is described `Work Pulling Pattern to prevent mailbox overflow, throttle and distribute work <http://www.michaelpollmeier.com/akka-work-pulling-pattern>`_.
|
||||
|
||||
Ordered Termination
|
||||
===================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue