I have a question about interprocess communication within PHP. What I want is to have one process to be continuously running, and to have other processes communicate with this one.Is this possible?
Asked
Active
Viewed 1.5k times
4 Answers
4
I can also recommend Sockets, but using the stream functions like stream_socket_server() etc.
Because these are more programmer-friendly than the "raw" socket functions

Bob Fanger
- 28,949
- 7
- 62
- 78