IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 13, 2005, 2:46:58 PM (21 years ago)
Author:
jhoblitt
Message:

update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous/docs/design.txt

    r4943 r5045  
    11# Copyright (C) 2004-2005  Joshua Hoblitt
    22#
    3 # $Id: design.txt,v 1.2 2005-09-02 04:20:29 jhoblitt Exp $
     3# $Id: design.txt,v 1.3 2005-09-14 00:46:58 jhoblitt Exp $
    44
    55Overview
     
    2323technologies can be improved upon.
    2424
     25A centralized server model was used to allow efficient use of 'like' searches
     26on storage object names.  The current 'best' technique for a distributed
     27metadata store is with distributed hash tables.  Unfortunately, no widely
     28available DHT implementation allows 'like' searches on key names.
     29
    2530[1] Multiple Nebulous servers should be possible via database replication.
    2631[2] A future version of Nebulous may include it's own data transport layer
     
    3136
    3237The Nebulous Server and clients communicate via the SOAP protocol.  Since SOAP
    33 is platform independent this allows native Nebulous client to be written in a
     38is platform independent this allows native Nebulous clients to be written in a
    3439variety of languages.  With in the Nebulous Server itself the IPC mechanism is
    3540abstracted to allow ether multi-protocol support or complete replacement of
Note: See TracChangeset for help on using the changeset viewer.