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 th
A very useful and popular interprocess communication mechanism is known as Sockets. PHP's support for it is just fine.