-
Use for async deal job to make main processes none-blocking
-
Using multi-process mode to deal job faster
-
Low aggregation, easily integration in any php-framework or your own project
I have wrote a multi process pool by using php before, communicate by pipe, and it works. However, after the worker process finish a job, it's hard to do a full memory release like fpm by using php. So if the worker script has memory leak, the result is unfortunately.
It will be a MetalSlime MultiJob write by c, using multi process pool.