Slashdot Mirror


User: heatht

heatht's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Re:What's launchd? on Windows vs Mac Security · · Score: 1

    I understand and generally share your preference for plain text over XML, but there's one major advantage to using XML: configuration files can be (are) validated before they're loaded. So, instead of launchd choking because there's missing punctuation or an invisible control character inserted somewhere, it simply logs the error and moves on the next program to be launched (as long as it's not dependent on a program that failed to launch).

    I've used launchd to run server deamons, I've also used the traditional *nix methods and Apple's pre-Tiger method. Launchd is a big improvement.