Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/src/main/paradox/general/remoting.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ asynchronous. This effort has been undertaken to ensure that all functions are
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
optimization instead of trying to go from local to remote by way of
generalization. See [this classic paper](https://dl.acm.org/doi/pdf/10.5555/974938)
generalization. See [this classic paper](https://waldo.scholars.harvard.edu/publications/note-distributed-computing)
for a detailed discussion on why the second approach is bound to fail.

## Ways in which Transparency is Broken
Expand Down