PHP 可以用 linux 下的FIFO文件实现简单的生产者/消费者模式吗?

WBOY
Release: 2016-06-06 20:26:18
Original
1402 people have browsed it

我想用两个PHP 进程。 一个写FIFO 文件,一个读FIFO文件,然后通过读到的内容拼接shell ,PHP 去执行这个shell.

大家觉得可行吗?可取吗?负载高的时候呢?

回复内容:

我想用两个PHP 进程。 一个写FIFO 文件,一个读FIFO文件,然后通过读到的内容拼接shell ,PHP 去执行这个shell.

大家觉得可行吗?可取吗?负载高的时候呢?

如果写者和读者都只有一个的话,可以。
但是要注意,fifo在文件系统中是可见的,要正确设置权限,防止无关进程破坏数据完整性。

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!