Re: Kernel log: app uses send/recv on a pipe
Re: Kernel log: app uses send/recv on a pipe
- Subject: Re: Kernel log: app uses send/recv on a pipe
- From: Quinn <email@hidden>
- Date: Wed, 29 Nov 2006 22:31:44 +0000
At 10:39 -0800 29/11/06, Vincent Lubet wrote:
The alternative is to use socketpair(2)
Or tell CFSocket /not/ to read the data for you (use
kCFSocketReadCallBack instead of kCFSocketDataCallBack), in which
case it will only notify you when data is available and leave you to
read the actual data. Your callback can then read the data using
<x-man-page://2/read> and avoid the message.
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.
Darwin-kernel mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden