LWN.net Logo

The road forward for systemd

The road forward for systemd

Posted May 27, 2010 8:49 UTC (Thu) by neilbrown (subscriber, #359)
In reply to: The road forward for systemd by cyperpunks
Parent article: The road forward for systemd

I don't know if the current code does, but it certainly good.

Some versions of inetd will listen for RPC services (like ypbind or ypserv) and start the daemon only on demand.

It might be a bit tricky if portmap (or rpcbind) were started on demand. You would want to be able to feed it a list of programs/binding to be able to report immediately rather than waiting for them to be registered.

But it is certainly possible.


(Log in to post comments)

The road forward for systemd

Posted May 31, 2010 17:06 UTC (Mon) by mezcalero (subscriber, #45103) [Link]

I have already patched rpcbind to be socket-activated. It is then started as soon as some client wants to query or register a service; or alternatively at startup but parallelized.

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds