Pakket: feersum (1.503-1 en anderen)
Verwijzigingen voor feersum
Debian bronnen:
Het bronpakket feersum downloaden:
Beheerders:
Externe bronnen:
- Homepage [metacpan.org]
Vergelijkbare pakketten:
- 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.
Andere aan feersum gerelateerde pakketten
|
|
|
|
-
- dep: libc6 (>= 2.34)
- GNU C Bibliotheek: Gedeelde bibliotheken
Ook een virtueel pakket geboden door: 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's Practical Extraction and Report Language
-
- dep: perlapi-5.40.0
- virtueel pakket geboden door perl-base
-
- rec: libplack-perl
- interface between web servers and Perl web applications