Starman

From Free Software Directory
Revision as of 10:51, 18 August 2015 by WikiSysop (talk | contribs)

(diff) ← Older revision | Approved revision (diff) | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


[edit]

Starman

https://metacpan.org/release/Starman
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.





Licensing

License

Verified by

Verified on

Notes

License

Other

Verified by

Debian: gregor herrmann <gregoa@debian.org>

Verified on

10 October 2014

Notes

License: artistic or gpl-1+




Leaders and contributors

Contact(s)Role
Tatsuhiko Miyagawa contact


Resources and communication

AudienceResource typeURI
Perl (Ref)https://metacpan.org/release/Starman
Debian (Ref)https://tracker.debian.org/pkg/starman


Software prerequisites




Entry




Date 2015-07-17
Source Debian
Source link http://packages.debian.org/sid/starman

[[Category:]]





"contact" is not in the list (Maintainer, Contributor, Developer, Sponsor, Unknown) of allowed values for the "Role" property.






Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.