Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: perl-Server-Starter | Distribution: Mageia |
Version: 0.350.0 | Vendor: Mageia.Org |
Release: 4.mga9 | Build date: Mon Mar 21 09:54:56 2022 |
Group: Development/Perl | Build host: localhost |
Size: 79307 | Source RPM: perl-Server-Starter-0.350.0-4.mga9.src.rpm |
Packager: umeabot <umeabot> | |
Url: https://metacpan.org/release/Server-Starter | |
Summary: A superdaemon for hot-deploying server programs |
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 connections). The spawned server programs under Server::Starter call accept(2) and handle the requests. To gracefully restart the server program, send SIGHUP to the superdaemon. The superdaemon spawns a new server program, and if (and only if) it starts up successfully, sends SIGTERM to the old server program. By using Server::Starter it is much easier to write a hot-deployable server. Following are the only requirements a server program to be run under Server::Starter should conform to:
GPL+ or Artistic
* Mon Mar 21 2022 umeabot <umeabot> 0.350.0-4.mga9 + Revision: 1812849 - Mageia 9 Mass Rebuild * Wed Jul 01 2020 tv <tv> 0.350.0-3.mga8 + Revision: 1600832 - no need for PERL_USE_UNSAFE_INC=1
/usr/bin/start_server /usr/share/doc/perl-Server-Starter /usr/share/doc/perl-Server-Starter/Changes /usr/share/doc/perl-Server-Starter/LICENSE /usr/share/doc/perl-Server-Starter/META.json /usr/share/doc/perl-Server-Starter/META.yml /usr/share/doc/perl-Server-Starter/MYMETA.yml /usr/share/licenses/perl-Server-Starter /usr/share/licenses/perl-Server-Starter/LICENSE /usr/share/man/man1/start_server.1.xz /usr/share/man/man3/Server::Starter.3pm.xz /usr/share/perl5/vendor_perl/Server /usr/share/perl5/vendor_perl/Server/Starter /usr/share/perl5/vendor_perl/Server/Starter.pm /usr/share/perl5/vendor_perl/Server/Starter/Guard.pm
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon Dec 2 13:10:48 2024