• 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: Where is CFStream sources or is CFStream APSL?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Where is CFStream sources or is CFStream APSL?


  • Subject: Re: Where is CFStream sources or is CFStream APSL?
  • From: Becky Willrich <email@hidden>
  • Date: Fri, 8 Aug 2003 10:31:29 -0700

Is the CFXXXStream APIs released under APSL (Apple Public Source License) ?

Nope; sorry.

Why do an implementation like CFSocket poll the select() routine instead of
using interrupts by signals?

It's not really polling - CFSocket is blocking in select(). The secondary thread sits idle, blocked in select, until one of the sockets sees some activity, then it kicks out and signals across to the interested thread(s).

Someone else will have to answer your other questions....
REW
_______________________________________________
macnetworkprog mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/macnetworkprog
Do not post admin requests to the list. They will be ignored.

  • Follow-Ups:
    • Re: Where is CFStream sources or is CFStream APSL?
      • From: Roger Persson <email@hidden>
    • Re: Where is CFStream sources or is CFStream APSL?
      • From: John Iarocci <email@hidden>
References: 
 >Where is CFStream sources or is CFStream APSL? (From: Roger Persson <email@hidden>)

  • Prev by Date: Where is CFStream sources or is CFStream APSL?
  • Next by Date: Re: Where is CFStream sources or is CFStream APSL?
  • Previous by thread: Where is CFStream sources or is CFStream APSL?
  • Next by thread: Re: Where is CFStream sources or is CFStream APSL?
  • Index(es):
    • Date
    • Thread