$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [thread] set thread affinity
From: James C. Sutherland (James.Sutherland_at_[hidden])
Date: 2011-07-07 21:16:04
Is it possible to set thread affinity through boost::thread? I suspect that
I am losing performance in my application because the OS is migrating
threads and causing cache thrashing...
James