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

后端 未结 3 1195
南方客
南方客 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:21

    You can create a simple daemon using HTTP::Daemon, and have all benefits of compiling necessary parts of your code later (require), or in advance, before daemon starts.

提交回复
热议问题