Sujet : Re: Upcoming time boundary events
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.os.vmsDate : 09. Jun 2025, 01:25:13
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <10259l9$4dma$3@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11
User-Agent : Pan/0.162 (Pokrosvk)
On Sun, 8 Jun 2025 23:39:23 +0100, chrisq wrote:
That's complicated in unix by the fact of multiple 'known' port
numbers for eg: ssh, telnet, nfs.etc. inetd looks at the port number
then spawns off the relevant process, depending on the port number.
Simple, neat and elegant, one of the good ideas from unix 4.3, back
in the 1980's. rBeing rplaced by xinetd, for better security.
systemd generalizes this with its socket-based service activation
concept: a single unit definition can specify any number of each of
IPv4 and IPv6 ports, Unix-family socket names, and also named pipes,
to listen on. Oh, and other things like VSOCK and Netlink endpoints as
well. Also POSIX message queues, USB function endpoints, and some
other lesser-known features.
<
https://www.freedesktop.org/software/systemd/man/latest/systemd.socket.html>