Changes between Version 1 and Version 2 of Tutorial


Ignore:
Timestamp:
2010-08-04T18:43:41Z (14 years ago)
Author:
guyzmo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Tutorial

    v1 v2  
    168168= File capabilities ? =
    169169
    170 Now it's time for a bit of litterature.
    171 
    172 TODO
     170Now it's time for a bit of litterature. File capabilities are unique "keys"
     171associated with the files. It's used internally by Tahoe-LAFS to identify
     172every file, and used as an URL to locate the file.
     173
     174For immutable files, capabilities are like hash table keys, they match
     175a unique file. A single bit difference between two files will give two
     176different capabilities.
     177
     178For mutable files, there are read-only and read-write capabilities.
     179A read-only capability will point to a version of a file. A read-write
     180capability represant the ability to read the file, the ability to write
     181a new version of a file.
     182
     183for more informations, look at Capabilities section of :
     184http://tahoe-lafs.org/source/tahoe-lafs/trunk/docs/architecture.txt
    173185
    174186= Access your shares =