Re: build a daemon
Re: build a daemon
- Subject: Re: build a daemon
- From: stephane sudre <email@hidden>
- Date: Tue, 14 Dec 2004 10:58:43 +0100
On Dec 14, 2004, at 9:39 AM, Emmanuel Verlynde wrote:
Hi,
I need to create a "daemon" which start with system on mac os x and
i don't know which technology i can use...
I can make cocoa application and i try myfirstdaemon.c into samplecode
but this seems to be a poor source code with few functionnality...
this application required:
- restart with system
-> StartupItems (HowTo Darwin)
- internet connection to retrieve server information
- draw icon into dock bar if needed
Not possible if it's a StartupItem, you would need a secondary
application.
- work with user preferences
- open window, etc.
Not possible, secondary application needed.
How to make it???
Looks a bit like a login item to me. Do you really need to be started
at boot time. When the user logins is not ok?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >build a daemon (From: "Emmanuel Verlynde" <email@hidden>) |