Re: Kernel log: app uses send/recv on a pipe
site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com 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 (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-kernel/site_archiver%40lists.a... 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. This email sent to site_archiver@lists.apple.com
participants (1)
-
Quinn