Re: POSIX sockets and event loops
Re: POSIX sockets and event loops
- Subject: Re: POSIX sockets and event loops
- From: Aaron Ballman <email@hidden>
- Date: Thu, 20 May 2004 17:33:06 -0500
I should clarify. I'm not using Carbon Events. I am using the
CFSocketCreateRunLoopSource() and run loops. I think that's what you want
to use in order to detect network I/O.
Ah, but unfortunately I am not using any of the CFSocket stuff
because the socket code itself is meant to run on Linux as well as OS
X and Windows (with minor tweaks because Windows tends to not be very
POSIX-friendly in some cases). So I am trying to stick as close to
POSIX as I can so I don't have to maintain too many different code
forks.
~Aaron
--
In response to a stupid question I once asked: "My brain uses
patterns to format responses to your inputs, but I don't have one for
that. Do you speak German?" ~ Zola
_______________________________________________
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.