Re: What is TimeOut ("idle time out") in launchd?
site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com <http://lists.macosforge.org/mailman/listinfo/launchd-dev> S+E -- Quinn "The Eskimo!" <http://www.apple.com/developer/> Apple Developer Relations, Developer Technical Support, Core OS/Hardware _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-kernel/site_archiver%40lists.a... At 08:18 -0700 13/6/10, Jerry Krinock wrote: But what is TimeOut? Can't find any general definition of "idle time out" anywhere. This specifies the idle exit timeout. If your daemon hasn't received a request in this amount of time, it should quit. Notably launchd does not implement this for you; it's up for you to implement the timeout in your daemon's main event loop. ps There's a launchd-dev mailing list that's a better choice for launchd specific questions. This email sent to site_archiver@lists.apple.com
participants (1)
-
Quinn