mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
abbc59eb2a
system built on top of XMLRPC o This version of kenosis works only with python 2.3 due to changes on Queue.py API. Therefore, to make it compatible with pythong 2.4, a copy of Queue.py from python 2.3 is bundled with this port for the time being Reviewed by: Eric Ries <eric.ries@aya.yale.edu> (kenosis developer)
13 lines
480 B
Plaintext
13 lines
480 B
Plaintext
[ excerpt from developer's web site ]
|
|
|
|
Kenosis is a fully-distributed p2p RPC system built on top of
|
|
XMLRPC. Nodes are automatically connected to each other via a
|
|
Kademlia-style network (http://citeseer.ist.psu.edu/529075.html) and
|
|
can route RPC requests efficiently to any online node. Kenosis does
|
|
not rely on a central server - any Kenosis node can effectively join
|
|
the network ("bootstrap") from any connected node.
|
|
|
|
WWW: http://kenosis.sourceforge.net/
|
|
|
|
-- lioux@FreeBSD.org
|