Name server-starter-perl
Version 0.31
Summary
Description It is often a pain to write a server program that supports graceful restarts, with no resource leaks. Server::Starter solves the problem by splitting the task into two. One is start_server, a script provided as a part of the module, which works as a superdaemon that binds to zero or more TCP ports or unix sockets, and repeatedly spawns the server program that actually handles the necessary tasks (for example, responding to incoming commenctions). The spawned server programs under Server::Starter call accept(2) and handle the requests.
Section libs
License Artistic-1.0 | GPL-2.0
Homepage https://metacpan.org/release/Server-Starter
Recipe file recipes-www/server-starter-perl/server-starter-perl_0.31.bb
recipes-www/server-starter-perl/classes/cpan_build.bbclass
Layer meta-cpan (daisy branch)
Inherits
  • cpan-base
  • cpan_build
  • perlnative
Dependencies
PACKAGECONFIG options

Sources

None

Patches

None

Other branches

This recipe in other branches of meta-cpan:

Branch Recipe
master server-starter-perl 0.35
gatesgarth (Yocto Project 3.2) server-starter-perl 0.35
thud (Yocto Project 2.6) server-starter-perl 0.34
rocko (Yocto Project 2.4) server-starter-perl 0.34
jethro (Yocto Project 2.0) server-starter-perl 0.32
daisy (Yocto Project 1.6) server-starter-perl 0.31 (this recipe)