Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
PHP には、基本的に fifo を作成する posix_mkfifo() という呼び出しがあります。このファイル/FIFO に制限を設定する方法はありますか? そうしないと、誰もデータを引き出さないと、無制限に大きくなる可能性があります。
助けてくれてありがとう。