link to letitcrash post from typed-actors.rst
This commit is contained in:
parent
d8b5181758
commit
d1630e5f49
2 changed files with 4 additions and 2 deletions
|
|
@ -22,7 +22,8 @@ Typed actors are nice for bridging between actor systems (the “inside”) and
|
||||||
non-actor code (the “outside”), because they allow you to write normal
|
non-actor code (the “outside”), because they allow you to write normal
|
||||||
OO-looking code on the outside. Think of them like doors: their practicality
|
OO-looking code on the outside. Think of them like doors: their practicality
|
||||||
lies in interfacing between private sphere and the public, but you don’t want
|
lies in interfacing between private sphere and the public, but you don’t want
|
||||||
that many doors inside your house, do you?
|
that many doors inside your house, do you? For a longer discussion see `this
|
||||||
|
blog post <http://letitcrash.com/post/19074284309/when-to-use-typedactors>`_.
|
||||||
|
|
||||||
A bit more background: TypedActors can very easily be abused as RPC, and that
|
A bit more background: TypedActors can very easily be abused as RPC, and that
|
||||||
is an abstraction which is `well-known
|
is an abstraction which is `well-known
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,8 @@ Typed actors are nice for bridging between actor systems (the “inside”) and
|
||||||
non-actor code (the “outside”), because they allow you to write normal
|
non-actor code (the “outside”), because they allow you to write normal
|
||||||
OO-looking code on the outside. Think of them like doors: their practicality
|
OO-looking code on the outside. Think of them like doors: their practicality
|
||||||
lies in interfacing between private sphere and the public, but you don’t want
|
lies in interfacing between private sphere and the public, but you don’t want
|
||||||
that many doors inside your house, do you?
|
that many doors inside your house, do you? For a longer discussion see `this
|
||||||
|
blog post <http://letitcrash.com/post/19074284309/when-to-use-typedactors>`_.
|
||||||
|
|
||||||
A bit more background: TypedActors can very easily be abused as RPC, and that
|
A bit more background: TypedActors can very easily be abused as RPC, and that
|
||||||
is an abstraction which is `well-known
|
is an abstraction which is `well-known
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue