Re: Asynchronous sockets?
Re: Asynchronous sockets?
- Subject: Re: Asynchronous sockets?
- From: Douglas Davidson <email@hidden>
- Date: Wed, 6 Feb 2002 15:54:32 -0800
If there is an archive for this list, you could look up the CFSocket
example I posted on Monday.
Douglas Davidson
On Wednesday, February 6, 2002, at 03:34 PM, Josh Graessley wrote:
If you're in an app with a CFRunLoop, I believe you can use CFSocket.
I'm
not familiar with either, so I can't help much beyond that.
-josh
On 2/6/02 3:20 PM, "Tomas Zahradnicky, Jr." <email@hidden>
wrote:
Hello,
I'd like to create asynchronous socket or at least something similar
to OT notifier function to be notified of incoming data. I know I can
use select with 0,0 timeout value to poll for data, but I'd really
like to know when data income to fill them into my buffer to not poll
every moment for an incoming data. Is there a way how to get notified
of incoming data just like in OT?
So, I'd like to do it synchronously and when data arrieves, just it
in a buffer and I what I don't want to is to poll.
-Tomas
_______________________________________________
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.
_______________________________________________
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.