$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Boost::ASIO, Signal handlers
From: Jonathan Franklin (franklin.jonathan_at_[hidden])
Date: 2009-10-15 15:32:44
On Thu, Oct 15, 2009 at 11:43 AM, Dan Eaton <daniel.eaton_at_[hidden]> wrote:
> I was thinking to simply call std::signal() on my own, after the
> construction of io_service. Will that work, and is there a better way?
I'm assuming that you're going to implement a handler for SIGPIPE, and
out of curiosity, what will your handler will do?
Jon