Import py26-foolscap-0.5.1 as net/py-foolscap.
authorgdt <gdt>
Fri, 23 Jul 2010 21:45:52 +0000 (21:45 +0000)
committergdt <gdt>
Fri, 23 Jul 2010 21:45:52 +0000 (21:45 +0000)
commit777a95159a8f31fc260e046fc5fd237e3274333b
tree3c13e1be52f89d377f65c210f588249095a1d1e2
parent48319b8c2d68f0bcf43cd3858dfa0e749def619c
Import py26-foolscap-0.5.1 as net/py-foolscap.

This is a ground-up rewrite of Perspective Broker, which itself is Twisted's
native RPC/RMI protocol (Remote Procedure Call / Remote Method Invocation).
If you have control of both ends of the wire, and are thus not constrained to
use some other protocol like HTTP/XMLRPC/CORBA/etc, you might consider using
Foolscap.

Fundamentally, Foolscap allows you to make a python object in one process
available to code in other processes, which means you can invoke its methods
remotely. This includes a data serialization layer to convey the object
graphs for the arguments and the eventual response, and an object reference
system to keep track of which objects you are connecting to. It uses a
capability-based security model, such that once you create a non-public
object, it is only accessible to clients to whom you've given the
(unguessable) FURL. You can of course publish world-visible objects that
have well-known FURLs.
net/py-foolscap/DESCR [new file with mode: 0644]
net/py-foolscap/Makefile [new file with mode: 0644]
net/py-foolscap/PLIST [new file with mode: 0644]
net/py-foolscap/distinfo [new file with mode: 0644]