Update akka-docs/rst/general/actor-systems.rst

This commit is contained in:
Derek Mahar 2013-01-17 22:26:06 -05:00
parent 2dd3697b5c
commit 8a47ccf0c6

View file

@ -120,7 +120,7 @@ Examples are legacy RDBMS drivers or messaging APIs, and the underlying reason
in typically that (network) I/O occurs under the covers. When facing this, you in typically that (network) I/O occurs under the covers. When facing this, you
may be tempted to just wrap the blocking call inside a :class:`Future` and work may be tempted to just wrap the blocking call inside a :class:`Future` and work
with that instead, but this strategy is too simple: you are quite likely to with that instead, but this strategy is too simple: you are quite likely to
find bottle-necks or run out of memory or threads when the application runs find bottlenecks or run out of memory or threads when the application runs
under increased load. under increased load.
The non-exhaustive list of adequate solutions to the “blocking problem” The non-exhaustive list of adequate solutions to the “blocking problem”