Adding warning of using WorkStealingDispatcher with TypedActors

This commit is contained in:
Viktor Klang 2011-05-18 11:54:16 +02:00
parent 858c107fe3
commit e52c24f063
2 changed files with 4 additions and 0 deletions

View file

@ -11,6 +11,8 @@ The Typed Actors are implemented through `Typed Actors <http://en.wikipedia.org/
If you are using the `Spring Framework <http://springsource.org>`_ then take a look at Akka's `Spring integration <spring-integration>`_.
** WARNING: ** Do not configure to use a WorkStealingDispatcher with your TypedActors, it just isn't safe with how TypedActors currently are implemented. This limitation will most likely be removed in the future.
Creating Typed Actors
---------------------