Re: Run loops: Mach messages vs. kqueues
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com On Wed, Jan 20, 2010 at 16:35, A.M. <agentm@themactionfaction.com> wrote:
You are absolutely correct. I, too, was disappointed that CFRunLoops poll mach ports only- especially since gnustep polls file descriptors, which is much more useful. With a kqueue-backed runloop, one can poll file descriptors, signals, mach ports, timers, vnodes, and audit sessions. The runloop becomes a central dispatch loop, just as it should be.
I'd suggest that GNUstep polls FDs because it has to (because there are no Mach ports on most platforms GNUstep runs on), rather than as a feature :) M. _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... This email sent to site_archiver@lists.apple.com
participants (1)
-
Mo McRoberts