The future of concurrent programming
freeagle
dalibor.free at gmail.com
Tue May 29 07:43:29 PDT 2007
Why do people think there is a need for another language/paradigm to
solve concurrent problem? OSes deal with parallelism for decades,
without special purpose languages. Just plain C, C++. Just check Task
manager in windows and you'll notice there's about 100+ threads running.
If microsoft can manage it with current languages, why we cant?
freeagle
More information about the Digitalmars-d
mailing list