Re: threads in general
[email protected] (Alan Burlison) Thu, 11 Nov 1999 22:48:14 +0000
| Newsgroups | perl.perl5.porters,perl.perl6.porters |
|---|---|
| Message-ID | <[email protected]> |
Tim Bunce wrote: > > The only chance we have of getting a robust and scalable threaded perl > > is if they are put in from the ground floor up, i.e. in Topaz, which if > > you are correct isn't going to happen anyway. > > I think Chip, quite sanely, favors the thread-per-interpreter model. > And I think that's what perl5 will end up with. Yes, now you come to mention it I recollect him saying something to that effect on p6p. I agree - it seems a far better model, and infinitely easier to implement. After all, the less shared state there is, the fewer the locking problems there will be :-) Alan Burlison