Changes between Version 3 and Version 4 of Ticket #869
- Timestamp:
- 2010-03-25T00:11:41Z (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #869 – Description
v3 v4 4 4 5 5 However, there are some obstacles to running the Tahoe filesystem layer on another DHT: 6 * the code isn't strictly factored into layers (even though most code files belong mainly to one layer), so there isn't a narrow API between the gridand filesystem-related abstractions.6 * the code isn't strictly factored into layers (even though most code files belong mainly to one layer), so there isn't a narrow API between the key-value store and filesystem-related abstractions. 7 7 * the communication with servers currently needs to be encrypted (independently of the share encryption), and other DHTs probably wouldn't support that. 8 8 * because the filesystem has only been used with one key-value store layer up to now, it may make assumptions about that layer that haven't been clearly documented.