ktorio/ktor

Systemd sockets

开放

#1,899 创建于 2020年5月27日

 (1 条评论) (0 个反应) (0 位负责人)Kotlin (1,254 个派生)batch import
featurehelp wanted

仓库指标

星标
 (14,408 个星标)
PR 合并指标
 (平均合并 24天 16小时) (30 天内合并 58 个 PR)

描述

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.

贡献者指南