Re: understanding 9grid and clustering?
andrey mirtchovski <mirtchov-o/MP3MtDmzouExZ/[email protected]> Tue, 7 Dec 2004 20:27:33 -0700
| Newsgroups | gmane.os.plan9.nine-grid |
|---|---|
| Message-ID | <[email protected]> |
> I have been imagining a distributed threading library, perhaps called > dthreads. > [snip] > The idea would be a superset of the pthreads library, but everything > would be a distributed thread even if it was local. before enhancing pthreads are you sure there aren't better threading alternatives you can exercise? plan9's thread library is superior to pthreads, so are Limbo processes. Alef is also a good place to look for ideas. perhaps a short read through 'distributed programming with plan 9' could be beneficial? here's the link: http://www.cs.unibo.it/ersads/mullender.html andrey