Re: sosend, soreceive, soconnect
Re: sosend, soreceive, soconnect
- Subject: Re: sosend, soreceive, soconnect
- From: Amanda Walker <email@hidden>
- Date: Mon, 19 Jan 2004 22:06:57 -0500
On Jan 19, 2004, at 8:47 AM, Matt Jaffa wrote:
I did search the archives, and there was no answer unless i missed the
right one.
I need to use sosend, and the others in the kernel so that i can
communicate with my daemon
in user space, so i am doing it in user space.
Communicating between the kernel and user space with a UNIX domain
socket is not a very good approach. Darwin has a mechanism called
"User Clients", which allow an IOKit module to communicate with one or
more user space processes.
For sample code, see:
http://developer.apple.com/samplecode/Sample_Code/Devices_and_Hardware/
IOKit/SimpleUserClient.htm
Amanda Walker
_______________________________________________
darwin-kernel mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/darwin-kernel
Do not post admin requests to the list. They will be ignored.