What criteria should I use to evaluate a Perl “app server” (mod_perl replacement)?

后端 未结 3 1207
南方客
南方客 2021-02-04 06:35

Short version:

What criteria should I use to evaluate possible candidates for a Perl \"app server\" (mod_perl replacement)?

3条回答
  •  你的背包
    2021-02-04 07:27

    Starman is a High-performance preforking PSGI/Plack web server that may be used in that context. It's easy to build a REST application that serves stateless JSON objects (this is a simple use case).

    Starman is a production-ready server and it's really easy to install a set of Starman instances behind a reverse-proxy (this SO question may helps you), for scaling purposes

提交回复
热议问题