$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [thread_group] How to limit the number of simultaneous threads
From: Olivier Tournaire (olitour_at_[hidden])
Date: 2012-07-16 10:23:14
Hi all,
I would like to add some multithreading in my application. Suppose I have a
set of m tasks to do, and I want to limit the number of simultaneous
threads to n. I have really no idea on how to do this and would like to
have some hints. Could you help me?
Regards