Difference between revisions of "Starman"

From Free Software Directory
Jump to: navigation, search
(Perl (Ref))
(remove unrelated)
 
Line 2: Line 2:
 
|Name=Starman
 
|Name=Starman
 
|Short description=high-performance preforking PSGI/Plack web server
 
|Short description=high-performance preforking PSGI/Plack web server
|Full description=Starman is a PSGI perl web server that has unique features such
+
|Full description=Starman is a PSGI perl web server that has unique features such as:   
as:  * High Performance - Uses the fast XS/C HTTP header parser
+
* High Performance - Uses the fast XS/C HTTP header parser
* Preforking - Spawns workers preforked like most high
+
* Preforking - Spawns workers preforked like most high performance UNIX servers do. Starman also reaps dead children and automatically restarts the worker pool.
performance UNIX   servers do. Starman also reaps dead children
+
* Signals - Supports HUP for graceful restarts, and TTIN/TTOU to dynamically increase or decrease the number of worker processes.
and automatically restarts   the worker pool. * Signals -
+
* Superdaemon aware - Supports Server::Starter for hot deploy and graceful restarts.
Supports HUP for graceful restarts, and TTIN/TTOU to
+
* Multiple interfaces and UNIX Domain Socket support - Able to listen on multiple intefaces including UNIX sockets.
dynamically increase or decrease the number of worker processes.
+
* 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.
* Superdaemon aware - Supports Server::Starter for hot deploy and
+
* PSGI compatible - Can run any PSGI applications and frameworks
graceful restarts. * Multiple interfaces and UNIX Domain Socket
+
* HTTP/1.1 support - Supports chunked requests and responses, keep-alive and pipeline requests.
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.
 
 
|Homepage URL=https://metacpan.org/release/Starman
 
|Homepage URL=https://metacpan.org/release/Starman
 
|Is High Priority Project=No
 
|Is High Priority Project=No
Line 43: Line 34:
 
|Role=contact
 
|Role=contact
 
|Email=miyagawa@bulknews.net
 
|Email=miyagawa@bulknews.net
}}
 
{{Resource
 
|Resource audience=Python (Ref)
 
|Resource URL=https://pypi.org/project/starman
 
 
}}
 
}}
 
{{Resource
 
{{Resource

Latest revision as of 17:27, 4 July 2020


[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








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


"Debian (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Perl (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.






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

[[Category:]]



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.