
27 Mar
2010
27 Mar
'10
11:40 p.m.
On Fri, 26 Mar 2010 13:35:53 +0100, Bruno Santos <bsantos@av.it.pt> wrote:
[...]The IO Service for Boost.Process would have to create a thread to handle the signals. However, I think the Boost.ASIO implementation details already does something to block signals, this cannot be ignored! Anyway, see *sigemptyset*, *sigaddset* and *sigwait*. This API's allows us to handle signals in a sane manner :)
For the record: There is a feature request for a Boost.Asio extension and an implementation to handle signals at <https://svn.boost.org/trac/boost/ticket/2879>. Boris