Re: Asynchronous sockets?
Re: Asynchronous sockets?
- Subject: Re: Asynchronous sockets?
- From: Becky Willrich <email@hidden>
- Date: Wed, 6 Feb 2002 17:12:13 -0800
Which Darwin project would we find it in? I'd love to take a look.
It's in 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?
The thread is per process. The thread sleeps if there are no CFSockets
currently scheduled on any run loops. Yes, it's all in the sources. :)
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.