should PHP-FPM use daemonize option or not?
- This topic is empty.
-
AuthorPosts
-
Stephanie
Guestwhat is the current best practice if you are not using Docker? I know that Docker can’t accept PHP-FPM daemon isn’t it
Elijah
Guestdo not daemonize PHP for Docker containers!
John
GuestOne of the confusion is that many web developers are talking about PHP daemons when they are coding a custom application, and not for the PHP-FPM parent module. I found these interesting discussions for example:
https://medium.com/beyn-technology/maintain-the-php-apps-as-daemon-f8f4d68963d4
Also
Peter
GuestAnother good blog article:
https://dev.to/pmurzakov/php-preload-vs-running-as-a-daemon-benchmarks-3bba
Theresa
Guestbut isn’t PHP-FPM already a daemon by it’s very nature?
Janet
Guestif already a daemon that what is
daemonize = yes
option available in the configuration file for php-fpm.confJoe
GuestJulie
Guestbut isn’t PHP-FPM already a daemon
hi, any answer to this?
-
AuthorPosts