パッケージ: feersum (1.503-1 など)
feersum に関するリンク
Debian の資源:
feersum ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [metacpan.org]
類似のパッケージ:
- libplack-middleware-logerrors-perl
- libplack-middleware-expires-perl
- libplack-test-anyevent-perl
- libplack-middleware-header-perl
- libplack-middleware-crossorigin-perl
- twiggy
- libplack-handler-fcgi-ev-perl
- libplack-middleware-logany-perl
- libplack-middleware-deflater-perl
- libplack-middleware-file-sass-perl
- libio-aio-perl
PSGI engine for Perl based on EV/libev
Feersum is an HTTP server built on EV. It fully supports the PSGI 1.03 spec including the psgi.streaming interface and is compatible with Plack and PSGI 1.1. Feersum also has its own "native" interface which is similar in a lot of ways to PSGI, but is not compatible with PSGI or PSGI middleware.
Feersum uses a single-threaded, event-based programming architecture to scale and can handle many concurrent connections efficiently in both CPU and RAM. It skips doing a lot of sanity checking with the assumption that a "front-end" HTTP/HTTPS server is placed between it and the Internet.
その他の feersum 関連パッケージ
|
|
|
|
-
- dep: libc6 (>= 2.28)
- GNU C ライブラリ: 共有ライブラリ
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
-
- dep: libev-perl
- Perl interface to libev, the high performance event loop
-
- dep: libhttp-entity-parser-perl
- PSGI compliant HTTP Entity Parser
-
- dep: libjson-xs-perl
- module for manipulating JSON-formatted data (C/XS-accelerated)
-
- dep: perl (>= 5.40.0-6)
- Larry Wall 作の実用的な抽出とレポート用の言語
-
- dep: perlapi-5.40.0
- 以下のパッケージによって提供される仮想パッケージです: perl-base
-
- rec: libplack-perl
- interface between web servers and Perl web applications