Some idiotic questions about PHP-FPM.
I heard that the combination of NGINX+PHP-FPM can build high-performance Web server, its principle is what kind of ah?
What is PHP-FPM, and what is the relationship between FastCGI and PHP, and what does the parser do?
An HTTP request in this combination of the processing process is how to ask the great God to explain!!
share to: more
------Solution--------------------
It is easy to understand that, PHP-FPM packaging the next PHP interpreter, in addition to the relevant network interaction and PHP interpreter multi-Process Control processing, the network interaction part will communicate with webserver such as Nginx, communication protocol is FAST-CGI protocol
NGINX+PHP-FPM can build a high-performance Web server mainly refers to the Nginx asynchronous event network model can be very good processing under high concurrency conditions