Heim >Backend-Entwicklung >PHP-Tutorial >有办法在windows下实现PHP的多进程编程吗?

有办法在windows下实现PHP的多进程编程吗?

WBOY
WBOYOriginal
2016-06-06 20:26:242131Durchsuche

pcntl系列函数只能在*nix系统上使用,请问windows下能不能做PHP的多进程实现?

回复内容:

pcntl系列函数只能在*nix系统上使用,请问windows下能不能做PHP的多进程实现?

你先想清楚是否真的需要fork, signal, priority等pcntl的特性,如果其实你只是想要另外新开一个进程,也可以通过cli下面用exec执行额外的php进程来一定程度上模拟多进程

如果你确实需要fork等特性:

  1. cygwin是Windows上的POSIX环境,你可以在上边试试编译php以及pcntl的扩展(不知道是否能走通)

  2. 上虚拟机吧

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn