nginx - the meaning of middleware spawn-fcgi
PHP中文网
PHP中文网 2017-05-16 17:26:20
0
1
493

I built a webpy and nginx environment and used spawn-fcgi. I don’t understand what the role of spawn is? Middleware as buffer? After looking at the spawn source code, it is just an exec job. Why not communicate directly with webpy and nginx?

Please indicate

PHP中文网
PHP中文网

认证0级讲师

reply all (1)
伊谢尔伦

spawn-fcgi feels like forking out multiple processes, which can also be replaced by uwsgi. Webpy also supports native fastcgi support, but it seems that it can only be a single process

    Latest Downloads
    More>
    Web Effects
    Website Source Code
    Website Materials
    Front End Template
    About us Disclaimer Sitemap
    php.cn:Public welfare online PHP training,Help PHP learners grow quickly!