mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 04:57:54 +00:00
better description of Foolscap in README
This commit is contained in:
parent
eb89db0574
commit
7bb8b4f04a
10
relnotes.txt
10
relnotes.txt
@ -97,11 +97,11 @@ SOFTWARE ARCHITECTURE
|
||||
Tahoe is a "from the ground-up" rewrite, inspired by Allmydata's existing
|
||||
consumer backup service. It is primarily written in Python.
|
||||
|
||||
It uses the Foolscap library [10] which provides a remote object protocol
|
||||
inspired by the capability-secure "E" programming language [11]. Foolscap
|
||||
allows us to express the intended behavior of the distributed grid directly
|
||||
in object-oriented terms while relying on a well-engineered, secure transport
|
||||
layer.
|
||||
Tahoe is based on the Foolscap library [10] which provides a "translucent
|
||||
remote object protocol" inspired by the capability-secure "E" programming
|
||||
language [11]. Foolscap allows us to express the intended behavior of the
|
||||
distributed grid directly in object-oriented terms while relying on a
|
||||
well-engineered, secure transport layer.
|
||||
|
||||
The underlying networking is provided by the Twisted library [12].
|
||||
Computationally intensive operations are performed in native compiled code,
|
||||
|
Loading…
Reference in New Issue
Block a user