Home > Article > Backend Development > QPM-PHP multi-process development-Supervisor configuration reference
*runnableCallback or runnableClass. Type callable or qpmprocessRunnable runnableCallback is the callback that performs the actual task in the child process. runnableClass is a class that performs actual tasks in the child process, and runnableCallback is a choice.
quantity type integer default 1 concurrent quantity.
*runnableCallback or runnableClass. Type callable or qpmprocessRunnable runnableCallback is the callback that performs the actual task in the child process. runnableClass is a class that performs actual tasks in the child process, and runnableCallback is a choice.
quantity type integer default 1 concurrent quantity.
The above introduces the QPM-PHP multi-process development-Supervisor configuration reference, including the relevant content. I hope it will be helpful to friends who are interested in PHP tutorials.