Which design pattern exist to realize the execution of some PHP processes and the collection of the results in one PHP process?
Background: I do
This might be a good time to consider using a message queue, even if you run it all on one machine.