简体   繁体   English

是否有等效于 Windows 命名管道的 Mac OS X

[英]Is there a Mac OS X equivalent of Windows' named pipe

In windows I use named pipes to interface to a console program (ffmpeg).在 Windows 中,我使用命名管道连接到控制台程序 (ffmpeg)。 Thought I had a try rewriting this for the Mac, but I cannot find named pipe support in either FireMonkey or even native OS X code.以为我尝试为 Mac 重写此代码,但在 FireMonkey 甚至本机 OS X 代码中都找不到命名管道支持。 Does it exist at all?它真的存在吗?

If you want to see the system pipes use lsof | grep PIPE如果您想查看系统管道,请使用lsof | grep PIPE lsof | grep PIPE . lsof | grep PIPE

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM