[PATCH] Support systemd socket activation mechanism



Hi,

I implemented systemd socket activation mechanism for libsoup.

The idea behind systemd socket activation is to launch a server
on demand, when a client connects to it. Unlike with inetd, it
doesn't mean a separate instance of a server is launched for each
client connection. Instead, systemd passes a listening socket
to the server process.

The patch is attached. Please review.

-- 
Joseph Artsimovich
Software Engineer at YouView TV Ltd

Attachment: 0001-Support-systemd-socket-activation-mechanism.patch
Description: Text document



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]