Re: CocoaEcho
Re: CocoaEcho
- Subject: Re: CocoaEcho
- From: lbland <email@hidden>
- Date: Mon, 14 Jun 2010 17:03:31 -0400
hi-
Never looked at CocoaEcho before, but here it goes ...
On Jun 14, 2010, at 2:22 AM, B. Mitchell Loebel wrote:
> 1. CocoaEcho has two main() functions. How come X-Code doesn't complain?
Because EchoServer (target) is the server process and CocoaEchoClient (target) is the client process? ie: it builds two separate binaries.
>
> 2. How can I create a daemon to run in the background which will persist across machine boots?
/LaunchAgents
>
> 3. How can I kill the daemon if I choose to do that?
from Terminal:
kill -9 pid
thanks!-
-lance
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >CocoaEcho (From: "B. Mitchell Loebel" <email@hidden>) |