$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] Running actions simultaneously
From: Felipe Magno de Almeida (felipe.m.almeida_at_[hidden])
Date: 2012-12-22 13:51:40
Hello,
I'm trying to make tests run automatically through boost build. But a
few of my tests consists in communicating between process through
CORBA. Is there a way to execute two actions simultaneously? I'm using
the mpi.jam as example for this. I think I can implement it using
background and foreground jobs, but it wouldn't be nice since its
output wouldn't be correctly captured. Is there a possible strategy to
make it work? Or any examples somewhere?
Thanks in advance,
-- Felipe Magno de Almeida