| Socket activation is pretty cool. http://0pointer.de/blog/projects/socket-activated-containers... If you're hosting a bunch of apps for clients, but not all of them are being used all the time, then you can fit more onto one server by only activating them when they're used. I know Pantheon does this, for example. https://pantheon.io/open-source There has also been some discussion of integrating this functionality into kubernetes: https://github.com/kubernetes/kubernetes/issues/484 |
inetd: https://en.wikipedia.org/wiki/Inetd
xinetd: https://en.wikipedia.org/wiki/Xinetd
Used in the "olden" days to allow a single server to serve a bunch of services, not all of which are being used all of the time, to a bunch of clients, by only activating them when they are used.