Well you made stay between in two dillemas, POCO or TBB, i started to use POCO to replace Boost in my projects because started to get bloated and heavy. TBB i used it in OGRE 1.9 and 1.8 as my thread library,instead of Boost and native threads.jacmoe wrote:Why TBB?
I've always been into the POCO libraries - it's been a while since I visited the project:Sounds like music to my eyes. CMake![2014-12-22] Release 1.6.0 is the culmination of the work done on GitHub over the last two years, including five development releases. It includes major new features from new contributors, like the JSON and MongoDB libraries, much improved Data library, CMake support, as well as numerous other new features and fixes. A big Thank You to everyone who contributed to this release.
It has all the useful things from Boost, and is not quirky and intrusive.
They have extensive multithreading, process management, networking .. http://pocoproject.org/features.html
However, Stealth977 loves to re-invent all the things - and that's probably why I am sticking to Ogitor.
But one thing about the Smoke Demo is get rid of SpinLock class and Win32 API calls.

