Author: stevel
Date: Tue Oct 7 04:39:56 2014
New Revision: 1629803
URL: http://svn.apache.org/r1629803
Log:
SLIDER-149 updated registry references
Modified:
incubator/slider/site/trunk/content/design/registry/references.md
Modified: incubator/slider/site/trunk/content/design/registry/references.md
URL:
http://svn.apache.org/viewvc/incubator/slider/site/trunk/content/design/registry/references.md?rev=1629803&r1=1629802&r2=1629803&view=diff
==============================================================================
--- incubator/slider/site/trunk/content/design/registry/references.md (original)
+++ incubator/slider/site/trunk/content/design/registry/references.md Tue Oct
7 04:39:56 2014
@@ -28,11 +28,12 @@ The first documented directory service;
* **[Das02]** [*SWIM: Scalable Weakly-consistent Infection-style Process Group
Membership Protocol*](http://www.cs.cornell.edu/~asdas/research/dsn02-swim.pdf)
P2P gossip-style data sharing protocol with random liveness probes to address
scalable liveness checking. Ceph uses similar liveness checking.
-* **[Marti02]** Marti S. and Krishnam V., [*Carmen: A Dynamic Service
Discovery Architecture*](http://www.hpl.hp.com/techreports/2002/HPL-2002-257),
-
* **[Lampson86]** Lampson, B. [*Designing a Global Naming
Service*](http://research.microsoft.com/en-us/um/people/blampson/36-GlobalNames/Acrobat.pdf).
DEC.
Distributed; includes an update protocol and the ability to add links to other
parts of the tree. Also refers to [*Xerox
Clearinghouse*](http://bitsavers.informatik.uni-stuttgart.de/pdf/xerox/parc/techReports/OPD-T8103_The_Clearinghouse.pdf),
which apparently shipped.
+
+* **[Marti02]** Marti S. and Krishnam V., [*Carmen: A Dynamic Service
Discovery Architecture*](http://www.hpl.hp.com/techreports/2002/HPL-2002-257),
+
* **[Mockapetris88]** Mockapetris, P. [*Development of the domain name
system*](http://bnrg.eecs.berkeley.edu/~randy/Courses/CS268.F08/papers/31_dns.pdf).
The history of DNS
* **[Schroeder84]** Schroeder, M.D. et al, [*Experience with Grapevine: The
Growth of a Distributed
System*](http://research.microsoft.com/apps/pubs/default.aspx?id=61509). Xerox.
@@ -42,7 +43,7 @@ Writeup of the experiences of using grap
Grandest P2P management framework to date; the work that earned Werner Vogel
his CTO position at Amazon.
* **[van Steen86]** van Steen, M. et al, [*A Scalable Location Service for
Distributed Objects*](http://www.cs.vu.nl/~ast/publications/asci-1996a.pdf).
-Vrije Universiteit, Amsterdam. Probably the first Object Request Broker
+Vrije Universiteit, Amsterdam. Probably the first Object Request Broker. ORBs
may be out of favour, with CORBA being viewed with disdain, but the goals of
ORBs were not all wrong. One of the aspects of the early ORB-deployed
applications wasn't the internal implementation of back-end web applications,
it was to implement distributed client-server applications where the back end
was the model, the front end the view; ORBs would bond the two even as the data
moved around. Ignoring the implementation details of how that client-side code
got there, it is a cleaner model than many web applications have today.