• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Browser filtering
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Browser filtering


  • Subject: Re: Browser filtering
  • From: "Quinn \"The Eskimo!\"" <email@hidden>
  • Date: Tue, 14 Dec 2010 07:43:41 +0000

On 13 Dec 2010, at 15:28, eveningnick eveningnick wrote:

> my NKE is going to have a controlling process - i want to implement it
> as a daemon, which starts when the system starts and displays some
> interface when its icon is clicked in system tray.

You need to read Technote 2083 "Daemons and Agents".

<http://developer.apple.com/mac/library/technotes/tn2005/tn2083.html>

Due to the overall architecture of Mac OS X, a daemon cannot display user interface (I'm not sure what a "system tray" is, but I'm darn sure a daemon can't be there :-).  Rather, you'll need to split your controlling code into a daemon, which is privileged and starts at boot, and a set of agents, which provide the user interface for the daemon.  At that point it's reasonable for the daemon to fork/exec kextload to get the KEXT into the kernel.

S+E
--
Quinn "The Eskimo!"                    <http://www.apple.com/developer/>
Apple Developer Relations, Developer Technical Support, Core OS/Hardware


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Macnetworkprog mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

References: 
 >Browser filtering (From: eveningnick eveningnick <email@hidden>)
 >Re: Browser filtering (From: eveningnick eveningnick <email@hidden>)

  • Prev by Date: Simultaneous read() and write() on same TCP/IP socket
  • Next by Date: Re: Simultaneous read() and write() on same TCP/IP socket
  • Previous by thread: Re: Browser filtering
  • Next by thread: Call web service from iPhone [use soap]
  • Index(es):
    • Date
    • Thread