[ 原始碼: twiggy ]
套件:twiggy(0.1026+dfsg-1)
AnyEvent HTTP server for PSGI (like Thin)
Twiggy is a lightweight and fast HTTP server with unique features:
* Can run any PSGI applications. Fully supports psgi.nonblocking and psgi.streaming interfaces. * This server uses AnyEvent and runs in a non-blocking event loop, so it's best to run event-driven web applications that runs I/O bound jobs or delayed responses such as long-poll, WebSocket or streaming content (server push). * Uses XS/C based HTTP header parser for the best performance. (optional) * The memory required to run twiggy is 6MB and it can serve more than 4500 req/s with a single process on Perl 5.10 with MacBook Pro 13" late 2009. * Supports Server::Starter for hot deploy and graceful restarts.
其他與 twiggy 有關的套件
|
|
|
|
-
- dep: libanyevent-perl
- event loop framework with multiple implementations
-
- dep: libplack-perl
- interface between web servers and Perl web applications
-
- dep: libtry-tiny-perl
- module providing minimalistic try/catch
-
- dep: libwww-perl
- simple and consistent interface to the world-wide web
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language
-
- rec: libhttp-parser-xs-perl
- simple and fast HTTP request parser
-
- rec: libserver-starter-perl
- superdaemon for hot-deploying Perl server programs