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, 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.
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 0.35-17.fc42 | - |
Fedora 42 | 0.35-17.fc42 | - |
Fedora 41 | 0.35-16.fc41 | - |
Fedora 40 | 0.35-15.fc40 | - |
You can contact the maintainers of this package via email at
perl-Server-Starter dash maintainers at fedoraproject dot org
.