Package starman: Information

    Source package: starman
    Version: 0.2008-alt1
    Build time:  Mar 3, 2011, 10:11 PM
    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: Vladimir Lettiev

    List of contributors:
    Vladimir Lettiev

      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


    March 3, 2011 Vladimir Lettiev 0.2008-alt1
    - New version 0.2008
    Feb. 10, 2011 Vladimir Lettiev 0.2007-alt1
    - initial build