
16 Nov
2008
16 Nov
'08
8:04 p.m.
----- Original Message ----- From: <k-oli@gmx.de> To: <boost@lists.boost.org> Sent: Sunday, November 16, 2008 5:20 PM Subject: [boost] [threadpool] new version 16: pining of processors(processor affinity)
Hello,
I've uploaded a new version (16) to boost vault. In the new version as much worker-threads are created as boost::thread::hardware_concurrency() returns if no poolsize is specified in the pool constructor . Each worker-thread will be pined to one processor.
Have you get some performance improvements? Vicente