$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [gsoc] Boost.Process done
From: Ilya Sokolov (ilyasokol_at_[hidden])
Date: 2010-08-19 17:05:15
boost::process::shell must do signal handling. See [1] and [2].
On windows SetConsoleCtrlHandler() could be used for the same effect.
[1] 10.18 system Function
W. Richard Stevens, Stephen A. Rago.
Advanced Programming in the UNIX® Environment, Second Edition
http://www.apuebook.com/
[2] Specification of the system() function.
http://www.opengroup.org/onlinepubs/000095399/functions/system.html