Пакет starman: Информация

    Исходный пакет: starman
    Версия: 0.4014-alt1
    Собран:  15 октября 2015 г. 22:51 в задании #151540
    Категория: Сети/WWW
    Сообщить об ошибке в пакете
    Домашняя страница: 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.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    starman (noarch)

    Сопровождающий: Igor Vlasenko

    Список участников:
    Igor Vlasenko
    Eugene Prokopiev
    Vladimir Lettiev

      1. perl-Data-Dump
      2. perl-HTTP-Parser-XS
      3. perl-Module-Build-Tiny
      4. perl-Net-Server
      5. perl-Plack
      6. perl-Test-Requires

    Последнее изменение


    15 октября 2015 г. Igor Vlasenko 1:0.4014-alt1
    - automated CPAN update
    17 декабря 2014 г. Igor Vlasenko 1:0.4011-alt1
    - automated CPAN update
    4 июля 2014 г. Igor Vlasenko 1:0.4009-alt1
    - automated CPAN update