How does php-fpm restart smoothly?

how does php-fpm restart smoothly?

Php
Mar.16,2021
The

process is divided into the master main process and the work working process.
the master process mainly manages event signal reception and distribution. All request processing is handled by the work process and returns results
upgrades such as smooth restart or reload configuration files. The first step is to send a restart or reload profile signal to master, and then master tells all work processes not to accept new requests, and then master starts a new work process. Finally, it is told that the old work process can be gloriously exited.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3c341-2c2fb.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3c341-2c2fb.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?