Changeset 5045 for trunk/Nebulous/docs/design.txt
- Timestamp:
- Sep 13, 2005, 2:46:58 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous/docs/design.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous/docs/design.txt
r4943 r5045 1 1 # Copyright (C) 2004-2005 Joshua Hoblitt 2 2 # 3 # $Id: design.txt,v 1. 2 2005-09-02 04:20:29jhoblitt Exp $3 # $Id: design.txt,v 1.3 2005-09-14 00:46:58 jhoblitt Exp $ 4 4 5 5 Overview … … 23 23 technologies can be improved upon. 24 24 25 A centralized server model was used to allow efficient use of 'like' searches 26 on storage object names. The current 'best' technique for a distributed 27 metadata store is with distributed hash tables. Unfortunately, no widely 28 available DHT implementation allows 'like' searches on key names. 29 25 30 [1] Multiple Nebulous servers should be possible via database replication. 26 31 [2] A future version of Nebulous may include it's own data transport layer … … 31 36 32 37 The Nebulous Server and clients communicate via the SOAP protocol. Since SOAP 33 is platform independent this allows native Nebulous client to be written in a38 is platform independent this allows native Nebulous clients to be written in a 34 39 variety of languages. With in the Nebulous Server itself the IPC mechanism is 35 40 abstracted to allow ether multi-protocol support or complete replacement of
Note:
See TracChangeset
for help on using the changeset viewer.
