Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37344919
en ru br
Репозитории ALT

Группа :: Сети/WWW
Пакет: starman

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Текущая версия: 0.4017-alt1
Время сборки: 15 сентября 2023, 13:02 ( 30.6 недели назад )
Размер архива: 33.77 Kb

Домашняя страница:   http://search.cpan.org/dist/Starman/

Лицензия: Perl
О пакете: High-performance preforking PSGI/Plack web server
Описание:

Starman is a PSGI perl web server that has unique features such as:

* High Performance
   Uses the fast XS/C HTTP header parser
* Preforking
   Spawns workers preforked like most high performance UNIX servers do.
   Starman also reaps dead children and automatically restarts the
   worker pool.
* Signals
   Supports "HUP" for graceful restarts, and "TTIN"/"TTOU" to
   dynamically increase or decrease the number of worker processes.
* Superdaemon aware
   Supports Server::Starter for hot deploy and graceful restarts.
* Multiple interfaces and UNIX Domain Socket support
   Able to listen on multiple intefaces including UNIX sockets.
* Small memory footprint
   Preloading the applications with "--preload-app" command line option
   enables copy-on-write friendly memory management. Also, the minimum
   memory usage Starman requires for the master process is 7MB and
   children (workers) is less than 3.0MB.
* PSGI compatible
   Can run any PSGI applications and frameworks
* HTTP/1.1 support
   Supports chunked requests and responses, keep-alive and pipeline
   requests.
* UNIX only
   This server does not support Win32.

Текущий майнтейнер: Igor Vlasenko

Список всех майнтейнеров, принимавших участие
в данной и/или предыдущих сборках пакета:

Список rpm-пакетов, предоставляемый данным srpm-пакетом:

  • starman
ACL:
     
    дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    текущий майнтейнер: Michael Shigorin