Package starman: Information

    Source package: starman
    Version: 0.3005-alt1
    Build time:  Nov 19, 2012, 10:51 AM
    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: Eugene Prokopiev


      1. perl-Data-Dump
      2. perl-HTTP-Parser-XS
      3. perl-Module-Install
      4. perl-Module-Install-AuthorTests
      5. perl-Module-Install-ReadmeFromPod
      6. perl-Module-Install-Repository
      7. perl-Net-Server
      8. perl-Plack
      9. perl-Test-Requires

    Last changed


    Nov. 19, 2012 Eugene Prokopiev 1:0.3005-alt1
    - New version 0.3005
    - add --retry option for start-stop-daemon in initscript
    Oct. 6, 2012 Vladimir Lettiev 1:0.3003-alt1
    - New version 0.3003
    July 7, 2012 Eugene Prokopiev 1:0.3001-alt1
    - New version 0.3001