From: spooq Date: 2007-01-04T20:19:23+09:00 Subject: Re: Ruby Cocoa Run Loop On 1/3/07, Benjohn Barnes wrote: > I'd like to be able to fire up the NSApplication's run loop from > within a new NSThread. I can't comment on any Mac-specific code, but in my experience mixing threading/event models rarely works. Things like select() get confused.