emacs-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 0/5] Add systemd socket launching support.


From: Matthew Leach
Subject: Re: [PATCH 0/5] Add systemd socket launching support.
Date: Sun, 27 Mar 2016 09:44:45 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

Hi Alexis,

Alexis <address@hidden> writes:

> Alan Mackenzie <address@hidden> writes:
>
>> There are perfectly good, portable system level interfaces for
>> talking to sockets, and Emacs should restrict itself to using them.
>
> Well, my understanding is that systemd activation sockets are not
> network sockets (or domain sockets, for that matter).

I believe that systemd does create the actual socket requested (whether
it be AF_INET or AF_LOCAL, etc) and once a connection is made upon that
socket, systemd will invoke the requested process and hand over the
socket.  See sd_listen_fds(3) and systemd.socket(5).

Thanks,
-- 
Matt



reply via email to

[Prev in Thread] Current Thread [Next in Thread]