Re: Can a kext talk to an application ?
On Thu, 13 June 2002, Godfrey van der Linden wrote
At 11:13 -0700 02-6-13, andrew@downs.ws wrote:
I could not find a way to make this type of notification work, so
instead I used a sysctl with
polling from the application. The kernel programming doc explains
sysctl well enough to get started,
though there were a couple of errors that hopefully have been
corrected by now.
I recommend using the UserClient for a blocking work availaible style
API. In general mixing BSD and IOKit can lead to vast complications
with locking. Specifically funnels vs IOWorkLoops.
My requirement involves a file system (VFS stack implemented as a KEXT) that needs to pass information off to a Carbon application. What approach would you recommend in that situation? I currently have the app poll the KEXT, which I dislike in terms of performance and aesthetics, but it works. Thanks. Andrew _______________________________________________ darwin-kernel mailing list | darwin-kernel@lists.apple.com Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/darwin-kernel Do not post admin requests to the list. They will be ignored.
participants (1)
-
andrew@downs.ws