From d08420b8a4065ec692fe7d36b7ad268829f5714b Mon Sep 17 00:00:00 2001 From: gdt Date: Fri, 23 Jul 2010 21:45:52 +0000 Subject: 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/distinfo | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 net/py-foolscap/distinfo (limited to 'net/py-foolscap/distinfo') diff --git a/net/py-foolscap/distinfo b/net/py-foolscap/distinfo new file mode 100644 index 00000000000..987ee747826 --- /dev/null +++ b/net/py-foolscap/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/07/23 21:45:52 gdt Exp $ + +SHA1 (foolscap-0.5.1.tar.gz) = 8e715426e5b65952867d14aabf75ffb982cf71ce +RMD160 (foolscap-0.5.1.tar.gz) = 917cb0579046213147d7ad524dcf0d1e1af10e10 +Size (foolscap-0.5.1.tar.gz) = 485067 bytes -- cgit v1.2.3