There is at least one Java implementation of Unix sockets out there (https://github.com/AgNO3/junixsocket) that might be usable via an adapter mechanism. The code to handle file descriptors is all in place, but dormant for now.
On Thursday, 26 November 2020 at 17:40:53 UTC [email protected] wrote: > Quoting Vaci (2020-11-26 11:54:48) > > Hi, > > > > I now have a reasonably complete implementation of Capnproto RPC in > > pure Java. > > Nice! > > > > > The major features still missing are: > > > > * file descriptor passing > > Fwiw, you're in good company here -- I think the C++ implementation is > the only one that supports this (most others were written before this > existed, and haven't been updated to include it afaik). Same thing for > the streaming stuff. > > -Ian > -- You received this message because you are subscribed to the Google Groups "Cap'n Proto" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/capnproto/104c0257-c61d-4af4-8ef2-786d1a321f74n%40googlegroups.com.
