Re: Where is CFStream sources or is CFStream APSL?
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.