Home>Article>Backend Development> PHP - What is FPM? What are the characteristics?
What is PHP-FPM?
PHP-FPM is the process manager for FastCGI.
Characteristics of PHP-FPM
1. Advanced process management functions that support smooth stop and start;
2.Generate dynamic and static sub-processes ;
3. Slow log, records abnormal slowness caused by script running;
4. Can listen to different ports and use different php.ini.
Recommended tutorial:PHP tutorial
The above is the detailed content of PHP - What is FPM? What are the characteristics?. For more information, please follow other related articles on the PHP Chinese website!