From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- pipermail/nel/2000-December/000083.html | 72 +++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 pipermail/nel/2000-December/000083.html (limited to 'pipermail/nel/2000-December/000083.html') diff --git a/pipermail/nel/2000-December/000083.html b/pipermail/nel/2000-December/000083.html new file mode 100644 index 00000000..6a8ba32a --- /dev/null +++ b/pipermail/nel/2000-December/000083.html @@ -0,0 +1,72 @@ + + + + [Nel] Suggestion for the NeL network library / architecture + + + + + + +

[Nel] Suggestion for the NeL network library / architecture

+ Vincent Archer + archer@nevrax.com
+ Tue, 12 Dec 2000 12:11:26 +0100 +

+
+ +
According to MIGUEL ANGEL BLANCH LARDIN:
+> Just imagine that both copies of a object multicast different 
+> positions, you have to choose what is the best one, and whatever your 
+> choose is, it will be wrong, and servers can't be wrong.
+
+Ahem, no. I might have used object and agent in various contexts, but
+an agent is the only one which is authorised to change its state. The
+other objects are "replica", or passive objects. Each agent may exist
+only as a single copy over the set of processes, and he is the entity
+responsible for updating the local states of the replica objects in
+the other processes.
+
+If you want "what is your XYZ", the local replica answers. However, if
+you want "teleport to XYZ", the message is transmitted across the network
+to the unique agent, which updates its internal state, and then retransmits
+to all replicas "set internal state XYZ". And the latter is when multicast
+helps when there are many replicas to update.
+
+> Replycating work can be a real pain.
+
+Hey, if I could buy a terahertz processor and have everything run on a
+single process, I'd be happy too :)
+
+-- 
+Vincent Archer                                         Email: archer@nevrax.com
+
+Nevrax France.                              Off on the yellow brick road we go!
+
+
+ + + +
+

+ -- cgit v1.2.1