Hi William,

Am 18.01.2017 um 14:44 schrieb William ML Leslie:
On 18 January 2017 at 21:02, Antonio Cuni <anto.c...@gmail.com> wrote:
Hi Tobias,

Note also that capnpy is serialization only: there is no support for RPC
stuff.


Although if you want to work on it, I've got some preliminary support
for it in my fork that I mostly ripped from an internal CapTP
implementation I wrote at work.  I wasn't going to look at it in the
short term, but if there's interest I can get back to it, fix
interface generation and rewrite it to be SansIO but otherwise feel
free to use whatever code you like from it.

https://bitbucket.org/william_ml_leslie/capnpy

I'd love too see CapnProto hooked up to Autobahn/WS on Twisted too!  I
don't think there's a good client-side implementation of CapnProto
though, so there's still a missing part of that pipeline.


Thanks for the pointer!

I don't have a use case for the RPC part of Captnproto though.

Autobahn/Crossbar.io has WAMP, which already has RPC, more so _routed RPC_. And there are more than a dozen client side WAMP implementations.

I just need a ultra-fast way for IPC between Python processes .. doing away with serialization/deserialization overhead and copying.

Cheers,
/Tobias
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
https://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to