jonyrock / AptuHPC

0 stars 0 forks source link

Links threading #1

Closed jonyrock closed 10 years ago

jonyrock commented 10 years ago

http://stackoverflow.com/questions/415994/boost-thread-tutorials http://javajazzle.wordpress.com/2011/06/20/cachedthreadpool-example/

http://blog.emptycrate.com/node/277 - boost:threads basic

http://www.youtube.com/watch?v=mrvAqvtWYb4 // long talk about multithreading http://www.boost.org/doc/libs/1_55_0/doc/html/thread.html - original http://www.boost.org/doc/libs/1_35_0/doc/html/thread/synchronization.html

http://en.highscore.de/cpp/boost/index.html - book about boost http://antonym.org/2009/05/threading-with-boost---part-i-creating-threads.html TODO:

http://www.youtube.com/watch?v=AsXkXPI4yXE - boost threads in 5 minutes