gpt4 book ai didi

c++ - C++ Linux 中的命名管道检查缓冲区是否已满

转载 作者:行者123 更新时间:2023-11-30 01:58:53 26 4
gpt4 key购买 nike

我有两个 C++ 程序通过命名管道进行通信(使用 mkfifo() 生成)。

一段时间后,写入程序挂起。我认为 FIFO 的缓冲区已满。是否可以在写入 FIFO 之前检查缓冲区是否已满?

提前致谢!

鲁本

最佳答案

来自 pipe man page :

If a process attempts to write to a full pipe (see below), then write(2) blocks until sufficient data has been read from the pipe to allow the write to complete.

解决方案是打开指定 O_NONBLOCK 标志的管道(参见 open man page )。

关于c++ - C++ Linux 中的命名管道检查缓冲区是否已满,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16731290/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com