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
Take a look at proc_open. I have not used it extensively, but you should be able to accomplish this using this function.