On Fri, Apr 4, 2008 at 1:50 AM, Ghufran Ahamad <[EMAIL PROTECTED]>
wrote:

>
> I need to write a service in Mac (like we write a Windows services for
> PC).
> This will automatically run as soon as start the Mac machine.

I would appreciate if any one knows how to write a Service for Mac OS X.


Many such apps (Apache, MySQL, etc.) are written as traditional UNIX
daemons, although they're managed by launchd on Mac OS X, not by the
traditional init.d scripts. In fact, if you already have a port of your
server to another *nix such as Linux, BSD, or Solaris, then I'd probably use
that version as a starting point of a Mac port.

For the moral equivalent of adding your app to Windows' list of services,
you'll want to create a preference pane:

    <
http://developer.apple.com/documentation/UserExperience/Conceptual/PreferencePanes/PreferencePanes.html
>

sherm--
_______________________________________________

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 [EMAIL PROTECTED]

Reply via email to