PHP-FPM

What is PHP-FPM?

PHP-FPM (FastCGI Process Manager) is an alternative PHP FastCGI implementation with some additional features useful for sites of any size, especially busier sites.

These features include:

Adaptive process spawning (NEW!)

Basic statistics (ala Apache's mod_status) (NEW!)

Advanced process management with graceful stop/start

Ability to start workers with different uid/gid/chroot/environment and different php.ini (replaces safe_mode)

Stdout & stderr logging

Emergency restart in case of accidental opcode cache destruction

Accelerated upload support

Support for a "slowlog"

Enhancements to FastCGI, such as fastcgi_finish_request() - a special function to finish request & flush all data while continuing to do something time-consuming (video converting, stats processing, etc.)

... and much more.

It was not designed with virtual hosting in mind (large amounts of pools) however it can be adapted for any usage model.


它是一个进程管理工具。

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容