Fix 3 dead links to a paper in akka-docs.
Make them point to an Akka mirror of the paper instead.
This commit is contained in:
parent
dbe0ef0acd
commit
324630ab9a
3 changed files with 10 additions and 10 deletions
|
|
@ -18,8 +18,8 @@ available equally when running within a single JVM or on a cluster of hundreds
|
||||||
of machines. The key for enabling this is to go from remote to local by way of
|
of machines. The key for enabling this is to go from remote to local by way of
|
||||||
optimization instead of trying to go from local to remote by way of
|
optimization instead of trying to go from local to remote by way of
|
||||||
generalization. See `this classic paper
|
generalization. See `this classic paper
|
||||||
<http://labs.oracle.com/techrep/1994/abstract-29.html>`_ for a detailed
|
<http://doc.akka.io/docs/misc/smli_tr-94-29.pdf>`_
|
||||||
discussion on why the second approach is bound to fail.
|
for a detailed discussion on why the second approach is bound to fail.
|
||||||
|
|
||||||
Ways in which Transparency is Broken
|
Ways in which Transparency is Broken
|
||||||
------------------------------------
|
------------------------------------
|
||||||
|
|
|
||||||
|
|
@ -27,10 +27,10 @@ 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
|
||||||
<http://labs.oracle.com/techrep/1994/abstract-29.html>`_ to be leaky. Hence
|
<http://doc.akka.io/docs/misc/smli_tr-94-29.pdf>`_
|
||||||
TypedActors are not what we think of first when we talk about making highly
|
to be leaky. Hence TypedActors are not what we think of first when we talk
|
||||||
scalable concurrent software easier to write correctly. They have their niche,
|
about making highly scalable concurrent software easier to write correctly.
|
||||||
use them sparingly.
|
They have their niche, use them sparingly.
|
||||||
|
|
||||||
The tools of the trade
|
The tools of the trade
|
||||||
----------------------
|
----------------------
|
||||||
|
|
|
||||||
|
|
@ -30,10 +30,10 @@ 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
|
||||||
<http://labs.oracle.com/techrep/1994/abstract-29.html>`_ to be leaky. Hence
|
<http://doc.akka.io/docs/misc/smli_tr-94-29.pdf>`_
|
||||||
TypedActors are not what we think of first when we talk about making highly
|
to be leaky. Hence TypedActors are not what we think of first when we talk
|
||||||
scalable concurrent software easier to write correctly. They have their niche,
|
about making highly scalable concurrent software easier to write correctly.
|
||||||
use them sparingly.
|
They have their niche, use them sparingly.
|
||||||
|
|
||||||
The tools of the trade
|
The tools of the trade
|
||||||
----------------------
|
----------------------
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue