For non-windows systems we support Unix domain sockets (unix:path-to-socket when adding a port to a server or creating a channel).
I'd like to get pure in process up and going at some point, but there needs to be some design done first. Most of the building blocks exist however.
--
You received this message because you are subscribed to the Google Groups "grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email to grpc-io+u...@googlegroups.com.
To post to this group, send email to grp...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/9f315629-dcdc-4cdd-8417-35a8b5886353%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
For non-windows systems we support Unix domain sockets (unix:path-to-socket when adding a port to a server or creating a channel).
I'd like to get pure in process up and going at some point, but there needs to be some design done first. Most of the building blocks exist however.
Maybe. Another path I've been thinking about is having an internal registry, and adding an inprocess: uri scheme to our naming system. It'd allow fairly transparent migration from in process to out of process subsystems and really drive home a "grpc is your linker" story that seems appealing.
To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/29a17950-7835-4c46-a459-d86cdc92921b%40googlegroups.com.
Maybe. Another path I've been thinking about is having an internal registry, and adding an inprocess: uri scheme to our naming system.
To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/CAAvp3oMTdFysn%3D62DUDRd9i1ibzTsh0F9U5xD5EDbDOYAc5AdA%40mail.gmail.com.
On Sun, May 15, 2016 at 4:38 PM, 'Craig Tiller' via grpc.io <grp...@googlegroups.com> wrote:Maybe. Another path I've been thinking about is having an internal registry, and adding an inprocess: uri scheme to our naming system.
FYI, the Java implementation already has something very similar to this: https://github.com/grpc/grpc-java/tree/master/core/src/main/java/io/grpc/inprocess
There's not currently. That's not to say there can't be, but doing better would likely mean someone signs up to design and implement some kind of shared memory transport. Such an effort would likely be multi quarter to get it done right, and we've currently no plans to do so.
Visit this group at https://groups.google.com/group/grpc-io.
To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/f308b2d3-f1ba-4d0d-8d64-f6626c9d40f0%40googlegroups.com.