How would you practice concurrency and multi-threading?
Posted
by
Xavier Nodet
on Programmers
See other posts from Programmers
or by Xavier Nodet
Published on 2010-12-30T23:24:30Z
Indexed on
2010/12/31
13:58 UTC
Read the original article
Hit count: 343
learning
|multi-threading
I've been reading about concurrency, multi-threading, and how "the free lunch is over". But I've not yet had the possibility to use MT in my job.
I'm thus looking for suggestions about what I could do to get some practice of CPU heavy MT through exercises or participation in some open-source projects.
Thanks.
Edit: I'm more interested in open-source projects that use MT for CPU-bound tasks, or simply algorithms that are interesting to implement using MT, rather than books or papers about the tools like threads, mutexes and locks...
© Programmers or respective owner