$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] boost::interprocess, shared memory and multi-core
From: QuitePlace (quiteplace_at_[hidden])
Date: 2008-12-17 10:09:00
Shared memory or other constructs from boost::interprocess will be used on
multi-core computers? Will it be a performance degradation if two processes are
allocated to different cores versus one core? The same with threads?
Another look at this question is - should one program the inter-process/inter-
thread communication first and worry about multi-core later? Or something
should be planned at the development stage?