• 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: Kernel log: app uses send/recv on a pipe
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: Kernel log: app uses send/recv on a pipe
      • From: Tomasz Kukielka <email@hidden>
References: 
 >Re: Kernel log: app uses send/recv on a pipe (From: Tomasz Kukielka <email@hidden>)
 >Re: Kernel log: app uses send/recv on a pipe (From: Vincent Lubet <email@hidden>)

  • Prev by Date: Re: kdebug_chudhook: need finer grained kdebug
  • Next by Date: Re: Kernel log: app uses send/recv on a pipe
  • Previous by thread: Re: Kernel log: app uses send/recv on a pipe
  • Next by thread: Re: Kernel log: app uses send/recv on a pipe
  • Index(es):
    • Date
    • Thread