Sunday, January 8, 2012

boost thread, circular_buffer


Threading with Boost - Part I: Creating Threads
http://antonym.org/2009/05/threading-with-boost---part-i-creating-threads.html

The Boost.Threads Library
http://drdobbs.com/cpp/184401518?pgno=2

boost::thread / boost::thread_group
http://neive.tistory.com/48 (Korean)

Maximum number of threads
http://stackoverflow.com/questions/344203/maximum-number-of-threads-per-process-in-linux
- cat /proc/sys/kernel/threads-max - my laptop(dell vostro/ubuntu/i5): 60949
- stack space (default stack size of thread is 2MB)

boost c++ libraries - circular_buffer
http://www.boost.org/doc/libs/1_37_0/libs/circular_buffer/doc/circular_buffer.html