Re: Socket Callbacks
Re: Socket Callbacks
- Subject: Re: Socket Callbacks
- From: Brian Victor <email@hidden>
- Date: Thu, 13 Feb 2003 09:47:52 -0500
Apologies to Vincent for sending to him instead of the list first.
On Thu, Feb 13, 2003 at 06:31:01AM -0800, Vincent Lubet wrote:
>
Why don't just continue to use select() that is fully supported on Mac
>
OS X all along with the rest of the Sockets and Un*x APIs?
Because I would need to add threads in order to do so without blocking,
which would still add an extra layer of complexity to this port,
possibly greater than just using CFSocket for everything. In essence, I
want to use the entire Unix API except for select(), which would be
replaced by callbacks. This is what we are currently doing on other
ports.
--
Brian
_______________________________________________
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.