Patterns for PHP multi processes?

后端 未结 7 893
囚心锁ツ
囚心锁ツ 2020-12-06 02:54

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

7条回答
  •  感情败类
    2020-12-06 03:20

    This might be a good time to consider using a message queue, even if you run it all on one machine.

提交回复
热议问题