Subj : Re: Thoughts about threads in C++ To : comp.programming.threads From : David Hopwood Date : Wed Apr 27 2005 08:25 pm Pavel Vozenilek wrote: > "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. Erlang is probably the best-known language that is designed around message-passing concurrency, but there are many others: E, Oz, Occam, Concurrent ML, IO, etc. Google "message passing concurrency". I also strongly recommend reading "Concepts, Techniques and Models of Computer Programming" (Google for that as well). -- David Hopwood .