Index: trunk/Nebulous/docs/design.txt
===================================================================
--- trunk/Nebulous/docs/design.txt	(revision 4943)
+++ trunk/Nebulous/docs/design.txt	(revision 5045)
@@ -1,5 +1,5 @@
 # Copyright (C) 2004-2005  Joshua Hoblitt
 #
-# $Id: design.txt,v 1.2 2005-09-02 04:20:29 jhoblitt Exp $
+# $Id: design.txt,v 1.3 2005-09-14 00:46:58 jhoblitt Exp $
 
 Overview
@@ -23,4 +23,9 @@
 technologies can be improved upon.
 
+A centralized server model was used to allow efficient use of 'like' searches
+on storage object names.  The current 'best' technique for a distributed
+metadata store is with distributed hash tables.  Unfortunately, no widely
+available DHT implementation allows 'like' searches on key names.
+
 [1] Multiple Nebulous servers should be possible via database replication.
 [2] A future version of Nebulous may include it's own data transport layer
@@ -31,5 +36,5 @@
 
 The Nebulous Server and clients communicate via the SOAP protocol.  Since SOAP
-is platform independent this allows native Nebulous client to be written in a
+is platform independent this allows native Nebulous clients to be written in a
 variety of languages.  With in the Nebulous Server itself the IPC mechanism is
 abstracted to allow ether multi-protocol support or complete replacement of
