[
https://issues.apache.org/jira/browse/THRIFT-5542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17532674#comment-17532674
]
Jens Geyer commented on THRIFT-5542:
------------------------------------
No clues about Rust specifics, but on Windows you get two handles (one for each
end) from the beginning.
* the [server end creates the
pipe|https://docs.microsoft.com/en-us/windows/win32/ipc/multithreaded-pipe-server]
and gets the write handle via {{CreateNamedPipe()}}
* the [client end opens an existing
pipe|https://docs.microsoft.com/en-us/windows/win32/ipc/named-pipe-client] via
\{{CreateFile()}} to operate on it.
> Ability to listen on Windows named pipe in thrift Rust crate
> ------------------------------------------------------------
>
> Key: THRIFT-5542
> URL: https://issues.apache.org/jira/browse/THRIFT-5542
> Project: Thrift
> Issue Type: New Feature
> Components: Rust - Library
> Affects Versions: 0.16.0
> Reporter: tokcum
> Priority: Major
>
> The rust crate for thrift does not yet support to communicate via a Windows
> named pipe. Other bindings, such as for C++, already support Windows named
> pipes.
--
This message was sent by Atlassian Jira
(v8.20.7#820007)