gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] manuscripts/pointers article.rst


From: Benja Fallenstein
Subject: [Gzz-commits] manuscripts/pointers article.rst
Date: Sun, 02 Nov 2003 07:40:05 -0500

CVSROOT:        /cvsroot/gzz
Module name:    manuscripts
Branch:         
Changes by:     Benja Fallenstein <address@hidden>      03/11/02 07:40:04

Modified files:
        pointers       : article.rst 

Log message:
        impl points

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/manuscripts/pointers/article.rst.diff?tr1=1.70&tr2=1.71&r1=text&r2=text

Patches:
Index: manuscripts/pointers/article.rst
diff -u manuscripts/pointers/article.rst:1.70 
manuscripts/pointers/article.rst:1.71
--- manuscripts/pointers/article.rst:1.70       Sun Nov  2 07:39:29 2003
+++ manuscripts/pointers/article.rst    Sun Nov  2 07:40:04 2003
@@ -630,7 +630,24 @@
 Implementation
 ==============
 
-- ?
+- our Java impl (storm) provides local storage and
+  P2P networking through the GISP DHT
+- currently only one P2P network implementation,
+  but the code is modular so that it would be easy
+  to plug in others (we're looking into Tapestry)
+- we have implemented block storage and indexing
+  and pointer records on top of this
+- P2P Web is browsable through an HTTP gateway.
+  Documents you own can also be edited through WebDAV.
+- Storm is 2.5 years old and has gone through
+  a number of pointer models. The model described
+  in this paper has been in use for about six months.
+- Current usage: mainly, keeping notes
+- However, it is currently undergoing a re-write
+  because the current pointer record format was ad-hoc
+  and a quick hack.
+- A Storm release is currently blocked by this;
+  we expect to finish the re-write soon and release Storm.
 
 
 Conclusions




reply via email to

[Prev in Thread] Current Thread [Next in Thread]