Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the '10.5: Avoid syslogd CPU usage when using AppleScript' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
10.5: Avoid syslogd CPU usage when using AppleScript
Authored by: Auricchio on Jul 08, '08 11:40:08AM
Beyond that, if you put these two lines at the beginning of your own AppleScript, it would take care of the syslogd issue before executing the rest of your AppleScript. Then there's no need to launch Terminal just to prepare to run an AppleScript.

I would not advise doing this. Having the script simply kill syslogd is a very bad idea, because future system updates could cause side-effects from doing something like that.

---
EMOJO: mojo no longer workin'

[ Reply to This | # ]