php-fpm

Jun 20, 2016 pm 12:53 PM
php-fpm

因为nginx只能通过FastCGI实现同PHP的接口。nginx不能像Apache那样把所有的PHP环境加载到自身。nginx通过FastCGI运行PHP比Apache包含PHP环境有明显的优势:

◆较低的内存占用率(因为nginx单独运行时不用加载整个PHP环境)。

◆轻松地管理用户权限( 因为PHP可以在你的服务器进程中管理不同的用户)。

◆当PHP崩溃时,nginx可以照常运行。


Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot Article Tags

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

How to use php-fpm for high-performance tuning How to use php-fpm for high-performance tuning Jul 08, 2023 am 11:30 AM

How to use php-fpm for high-performance tuning

How to improve the performance of your WooCommerce application using PHP-FPM optimization How to improve the performance of your WooCommerce application using PHP-FPM optimization Oct 05, 2023 am 08:24 AM

How to improve the performance of your WooCommerce application using PHP-FPM optimization

How to use PHP-FPM optimization to improve the performance of PrestaShop applications How to use PHP-FPM optimization to improve the performance of PrestaShop applications Oct 05, 2023 pm 12:33 PM

How to use PHP-FPM optimization to improve the performance of PrestaShop applications

Use php-fpm connection pool to improve database access performance Use php-fpm connection pool to improve database access performance Jul 07, 2023 am 09:24 AM

Use php-fpm connection pool to improve database access performance

Detailed explanation of php-fpm tuning method Detailed explanation of php-fpm tuning method Jul 08, 2023 pm 04:31 PM

Detailed explanation of php-fpm tuning method

How to use PHP-FPM optimization to improve the performance of Phalcon applications How to use PHP-FPM optimization to improve the performance of Phalcon applications Oct 05, 2023 pm 01:54 PM

How to use PHP-FPM optimization to improve the performance of Phalcon applications

What is php-fpm? How to optimize to improve performance? What is php-fpm? How to optimize to improve performance? May 13, 2022 pm 07:56 PM

What is php-fpm? How to optimize to improve performance?

What to do if ubuntu doesn't have php-fpm What to do if ubuntu doesn't have php-fpm Feb 03, 2023 am 10:51 AM

What to do if ubuntu doesn't have php-fpm

See all articles