In article <4de8aacc-d276-4aed-ba86->,
wrote:
> So you would recommend just sticking with cron? I've written probably at
> least a hundred cron jobs over the last 25 years so I'd prefer that. I guess
> I reacted only because I saw cron being labeled by Apple as 'obsolete'.
launchd has some capabilities that cron doesn't -- it can trigger on
events other than just time, or run jobs conditionally. But if what you
want to do fits cron's abilities, there's no reason to avoid it. Not
only has Apple incorporated cron's function into launchd, they've even
extended it -- you can use @AppleNotOnBattery to skip a cron job when a
laptop is running on battery power. The "obsolete" label just means
that launchd can do everything cron does and more.
--
Barry Margolin,
Arlington, MA
*** PLEASE post questions in newsgroups, not directly to me ***