asynchronous processing with PHP - one worker per job

前端 未结 3 1993
失恋的感觉
失恋的感觉 2020-12-13 22:32

Consider a PHP web application whose purpose is to accept user requests to start generic asynchronous jobs, and then create a worker process/thread to run the job. The jobs

3条回答
  •  心在旅途
    2020-12-13 23:04

    The workerpool might be interesting:

    https://github.com/qxsch/WorkerPool

    https://github.com/qxsch/WorkerPool/blob/master/examples/asyncExample.php

提交回复
热议问题