-
Notifications
You must be signed in to change notification settings - Fork 212
Standalone HTTP servers
miyagawa edited this page Oct 1, 2010
·
5 revisions
- Based on Catalyst::Engine::HTTP::Prefork by Andy Grundma
- Ported to Plack by Tatsuhiko Miyagawa
- Uses Net::Server::PreFork
- Supports HTTP/1.1
- Pipelined requests
- Chunked request/response
- Keep-Alives
- Graceful restart with HUP (No shutdown with QUIT yet)
- Server::Starter support
- No Win32 support
- Supports binding multiple interfaces
- UNIX Domain socket
- Dynamic worker configuration with TTIN/TTOU
- Spare servers (optional)
- Specifying backlog size (optional)
- Delay loading apps by default, preloading optional
- PID file and daemonize support
- Written by Kazuho Oku
- Uses Parallel::Prefork
- Supports HTTP/1.0
- Keep-Alives
- Graceful restart and shutdown
- Server::Starter support
- Win32 support
- Preloading apps by default