Currently there's no plan to add windows named pipe support for gRPC C++, 
but contributions are welcome. If you're planning to contribute the 
functionality, I think we can find you the right POC that can review the 
design (and review the code later).


On Tuesday, September 24, 2019 at 1:19:23 PM UTC+2, [email protected] wrote:
>
>
> Hi maintainers,
>
> This is probably not the first time you heard the request to support named 
> pipe in windows.
> Can you provide some kind of an official answer if this is something that 
> you are going to support ?
> I understand from the mailing list that the TCP transport implementation 
> is stable and you are happy with it, but you are still open for other 
> implementations.
>
> If the answer to the first question is no, does the interface of adding a 
> custom endpoint is the right way to do that ?
> If yes, can I get guidelines of how to add a new endpoint ?
> Is there an option to change the endpoint at runtime ? I need that one 
> process in my application will use both options, one time using TCP socket 
> and other time with windows named pipe handle.
>
> Another question is regarding the new experimental interface 
> AddExternalConnectionAcceptor, is that is some kind of alternative for what 
> I am looking for ?
> Does it means that I can create any kind of a connection outside of the 
> gRPC core and then attach it to the core ?
> If this is true then I can implement a pipe server/client, make a 
> connection between the client and server, and then send RPC through the 
> gRPC core on that connection.
> If this will work then I do not need to make any changes to the gRPC core.
>
> Thanks,
> Gal.
>
>
>
>

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/22ad5a58-d6b6-4d44-9d2d-cc3c944b720d%40googlegroups.com.

Reply via email to