質問

I am searching for a way to do things like IO.select, IO.pipe in PHP. Googling for hours hasn't given any good results. Basically I need pair of file descriptors for IPC between master process and child for preform server model.

役に立ちましたか?

解決

To do IPC communication between processes the stream_socket_pair is key function here

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top