Re: Asynchronous sockets?
Re: Asynchronous sockets?
- Subject: Re: Asynchronous sockets?
- From: Douglas Davidson <email@hidden>
- Date: Wed, 6 Feb 2002 17:15:12 -0800
On Wednesday, February 6, 2002, at 05:00 PM, Duane Murphy wrote:
Which Darwin project would we find it in? I'd love to take a look.
CoreFoundation.
Does this mean that the CFSocket thread is system wide or just per
application? What does CFSocket do when it has no run loops? I suppose
it
goes to sleep. I suppose that all of this is probably in the sources?
Per process. It is created on the first usage of CFSocket and persists
for the lifetime of the process. When there are no scheduled sockets,
the select thread simply blocks in select() waiting to be woken up.
Douglas Davidson
_______________________________________________
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.