nginx and Perl: FastCGI vs reverse proxy (PSGI/Starman)

前端 未结 2 1997
名媛妹妹
名媛妹妹 2021-01-31 10:13

A very popular choice for running Perl web applications these days seems to be behind a nginx webserver proxying requests to either a FastCGI daemon or a PSGI enabled webserver

2条回答
  •  长发绾君心
    2021-01-31 10:51

    HTTP is well understood by most system administrators and it's easy to debug. There's almost always some kind of reverse proxy already deployed, so it is a piece of cake to just add another configuration stanza to its configuration in order to bring your application up and running in a few seconds. Never tested the speed differances with both settings but on the other hand i never had any problems in that area, so it can't be that bad.

提交回复
热议问题