Re: Threading and Event Queue Question

2010-08-03 Thread Phil Hystad
You asked "Why does this matter? What are you trying to accomplish?" The matter part is that I am just curious and I am not trying to accomplish or do anything. The question came up when I noticed the different behavior of tabbed windows on browser differences and I asked a question of a guy a

Re: Threading and Event Queue Question

2010-08-03 Thread Nick Zitzmann
On Aug 3, 2010, at 2:40 PM, Phil Hystad wrote: > I am not an experienced programmer in Cocoa -- I have only dabbled. But, I > have a question with regard to how event queue (terminology may not be > correct) is done differently then a windows platform. I think you meant "run loop" here. > As

Re: Threading and Event Queue Question

2010-08-03 Thread Kyle Sluder
On Tue, Aug 3, 2010 at 1:40 PM, Phil Hystad wrote: > As an example, I noticed that each separate Tab of a Chrome browser instance > is itself a separate process.  Yet, each separate tab of Safari seems to be > folded into the single Safari process.  I have also noted that tabs in Safari > are t

Threading and Event Queue Question

2010-08-03 Thread Phil Hystad
I am not an experienced programmer in Cocoa -- I have only dabbled. But, I have a question with regard to how event queue (terminology may not be correct) is done differently then a windows platform. As an example, I noticed that each separate Tab of a Chrome browser instance is itself a separ