Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Named Pipes on Linux don't use FIFO named pipes, rather they use Unix-domain-sockets #36710

Closed
gfoidl opened this issue Aug 16, 2023 · 0 comments · Fixed by #38849
Closed

Named Pipes on Linux don't use FIFO named pipes, rather they use Unix-domain-sockets #36710

gfoidl opened this issue Aug 16, 2023 · 0 comments · Fixed by #38849
Assignees
Labels
doc-enhancement Improve the current content [org][type][category] dotnet-fundamentals/svc Pri2 📌 seQUESTered Identifies that an issue has been imported into Quest.

Comments

@gfoidl
Copy link
Member

gfoidl commented Aug 16, 2023

It should be mentioned that on Linux not FIFO named pipes (mkfifo) is used, rather Unix-domain-sockets in order to provide functionality that is on par with the Windows-implemenation.

It may be confusing if one wants to write a IPC solution on Linux with C and C# / .NET playing together, as the C-part has to use UDS.

Reference: dotnet/runtime#24390 and dotnet/corefx#6833


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.


Associated WorkItem - 181171

@dotnet-bot dotnet-bot added the ⌚ Not Triaged Not triaged label Aug 16, 2023
@adegeo adegeo added doc-enhancement Improve the current content [org][type][category] 🗺️ reQUEST Triggers an issue to be imported into Quest. labels Nov 8, 2023
@dotnet-bot dotnet-bot removed ⌚ Not Triaged Not triaged labels Nov 8, 2023
@adegeo adegeo self-assigned this Nov 8, 2023
@github-actions github-actions bot added 📌 seQUESTered Identifies that an issue has been imported into Quest. and removed 🗺️ reQUEST Triggers an issue to be imported into Quest. labels Nov 9, 2023
@ghost ghost added the in-pr This issue will be closed (fixed) by an active pull request. label Dec 20, 2023
@ghost ghost removed the in-pr This issue will be closed (fixed) by an active pull request. label Dec 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc-enhancement Improve the current content [org][type][category] dotnet-fundamentals/svc Pri2 📌 seQUESTered Identifies that an issue has been imported into Quest.
Projects
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants