关于FastCGI
第一句:“CGI解释器进程保持在内存中并接受FastCGI进程管理器调度”-来自你的博客链接。
第二句:“A superficial analysis says yes. An API-based application in a single-process, multi-threaded server can maintain caches and database connections the same way a FastCGI application can. The API-based application does not pay for inter-process communication, so the API-based application will be slightly faster than the FastCGI application.”-来自FastCGI官网。