systemd-socket-activation: Let systemd bind the server's socket for you

[ library, mit, network, system ] [ Propose Tags ]

"Socket activation" is the a feature of systemd.

https://www.freedesktop.org/software/systemd/man/sd_listen_fds_with_names.html

We use it for web servers, to avoid the momentary downtime that otherwise occurs while restarting processes. Because the socket is manged by systemd, not by our process, the socket remains even while our process is down. Requests to the socket are queued until our process comes back up to respond.

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 1, 1.0.0.1, 1.0.0.2, 1.1.0.0, 1.1.0.1
Dependencies base (>=4.14 && <4.16), containers (>=0.6 && <0.7), network (>=3.1 && <3.2), text (>=1.2.3 && <1.3), transformers (>=0.5.6 && <0.6), unix (>=2.7.2 && <2.8) [details]
License MIT
Copyright 2021 Mission Valley Software LLC
Author Chris Martin
Maintainer Chris Martin, Julie Moronuki
Revised Revision 1 made by chris_martin at 2021-07-07T09:32:21Z
Category System, Network
Home page https://github.com/typeclasses/systemd-socket-activation
Bug tracker https://github.com/typeclasses/systemd-socket-activation/issues
Source repo head: git clone https://github.com/typeclasses/systemd-socket-activation
Uploaded by chris_martin at 2021-07-07T09:29:09Z
Distributions LTSHaskell:1.1.0.1, NixOS:1.1.0.1
Downloads 412 total (19 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2021-07-07 [all 1 reports]