Re: Start & Stop demon
Re: Start & Stop demon
- Subject: Re: Start & Stop demon
- From: Stefan Arentz <email@hidden>
- Date: Tue, 12 Jun 2001 14:40:02 +0200
On Mon, Jun 11, 2001 at 01:11:09PM -0700, Guy Winslow wrote:
>
Sari i was on a different Machine when i sent first time. Is there a
>
class or a way to start & stop a demon from within Cocoa. Open to
>
suggestions, tried calling the ps command and kill, but must get pid
>
some how. may be truck i am not thinking of.
I'm using Distributed Objects to send signals to a daemon process. Simply
register the daemon with a unique name and define a protocol. Very easy,
very effecive.
Stefan