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 (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to