Patterns for PHP multi processes?

Sxhikxlcb

New Member
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 have many large trees (> 10000 entries) in PHP and have to run recursive checks on it. I want to reduce the elapsed execution time.
 
Back
Top