blackcatt
blackcatt
Bad luck. Can`t start any simple workerman in background from php-fpm/nginx script. My task is to start and stop a large number of workers from the web interface that perform...
Thanks, seems like it works ) **Why i must use static cimpiled php-cli ?** I tested with my dynamic php8.1 (out of the box) ant it works too.
Walkor, I used this code ( Worker::stopAll(); ) and it seemed to me that everything works fine. But it's not. stopAll() will stop mу small_worker AND parent worker too. But...