ktorio/ktor

Systemd sockets

Ouverte

#1 899 ouverte le 27 mai 2020

 (1 commentaire) (0 réaction) (0 personne assignée)Kotlin (1 254 forks)batch import
featurehelp wanted

Métriques du dépôt

Stars
 (14 408 étoiles)
Métriques de merge PR
 (Merge moyen 24j 16h) (58 PRs mergées en 30 j)

Description

Subsystem Server

Systemd can create sockets (TCP, unix domain and more) for services, see https://www.freedesktop.org/software/systemd/man/systemd.socket.html Could this be supported? The socket doesn't disappear when the service is restarted (connections get queued) and it also helps with dependencies between services.

Guide contributeur