Subj : Re: Thoughts about threads in C++ To : comp.programming.threads From : Pavel Vozenilek Date : Tue Apr 26 2005 10:47 pm "Maciej Sobczak" wrote: > http://www.msobczak.com/prog/articles/threadscpp.html > > I'm interested in high-level usage patterns. > For the highest look on Erlang language (http://www.erlang.org/). The threads are completely isolated and communicate asynchonously via messages. /Pavel .