Package starman: Information

    Source package: starman
    Version: 0.4017-alt1
    Latest version according to Repology
    Build time:  Sep 15, 2023, 04:07 PM in the task #329644
    Category: Networking/WWW
    Report package bug
    License: Perl
    Summary: High-performance preforking PSGI/Plack web server
    Description: 
    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.

    List of rpms provided by this srpm:
    starman (noarch)

    Maintainer: Igor Vlasenko


    ACL:
    Vladimir Lettiev
    @everybody

      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

    Last changed


    Sept. 15, 2023 Igor Vlasenko 1:0.4017-alt1
    - new version
    Sept. 13, 2022 Igor Vlasenko 1:0.4016-alt1
    - new version
    May 24, 2019 Igor Vlasenko 1:0.4015-alt1
    - new version