Ideas for a "Object-Belongs-to-Thread" threading model

2010-05-11 Thread Daniel Ruoso
Hi, The threading model topic still needs lots of thinking, so I decided to try out some ideas. Every concurrency model has its advantages and drawbacks, I've been wondering about this ideas for a while now and I think I finally have a sketch. My primary concerns were: 1 - It can't require lock

Re: Ideas for a "Object-Belongs-to-Thread" threading model

2010-05-11 Thread Larry Wall
Since I don't think BrowserUK subscribes here, I'll paste in the remarks he attached to your earlier paste, just to help get the discussion going, and on the assumption this will not be regarded as antisocial. :) Larry BrowserUK wrote: > > -there are the interpreter processes. > > Inventin

Re: Ideas for a "Object-Belongs-to-Thread" threading model

2010-05-11 Thread Timothy S. Nelson
On Tue, 11 May 2010, Daniel Ruoso wrote: 2 - The interpreter implements a scheduler, just like POE. I don't have a clue about threading, but I saw POE, and since I know that's an event loop mechanism, I thought I'd comment that I want to be able to do GTK programming, which I think requires