On Fri, Jan 30, 2009 at 1:21 PM, A.M. <[email protected]> wrote: > What is likely happening is that the NSFileHandle processing is starving the > main NSRunLoop. This happens because NSRunLoop processes non-user input > before it processes user events (which seems backwards for the main run loop > but is nevertheless the case).
Actually it makes perfect sense. If an event causes a method to call -performSelector:withObject:afterDelay:, that selector should logically be applied before the next event is processed. --Kyle Sluder _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
