diff options
-rw-r--r-- | doc/why.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/why.html b/doc/why.html index b737c89..1e3d3de 100644 --- a/doc/why.html +++ b/doc/why.html @@ -184,12 +184,12 @@ on the processes it spawned in order to keep track of their forks. If you don't know what that means: it's complete insanity, using a debug feature in prodution, with heavy impact on security and efficiency. </li> <li> <a href="https://en.wikipedia.org/wiki/Launchd">launchd</a>, -Darwin's init and service manager. The wikipedia page (linked here +Darwin's init and service manager. The Wikipedia page (linked here because Apple doesn't see fit to provide a documentation page for launchd) is very clear: it replaces init, rc, init.d/rc.d, SystemStarter, inetd, crontd, atd and watchdogd. It does all of this in process 1. And it uses XML for daemon configuration, so launchctl -has to link in a XML parsing library, and it communicates with process 1 +has to link in an XML parsing library, and it communicates with process 1 via a Mach-specific IPC mechanism. Is this the sleek, elegant design that Apple is usually known for? Stick to selling iPhones, guys. </li> |