Send Boost-users mailing list submissions to
boost-users@lists.boost.orgTo subscribe or unsubscribe via the World Wide Web,
visit
http://lists.boost.org/mailman/listinfo.cgi/boost-usersor, via email, send a message with subject or body 'help' to
boost-users-request@lists.boost.orgYou can reach the person managing the list at
boost-users-owner@lists.boost.orgWhen replying, please edit your Subject line so it is more specific
than "Re: Contents of Boost-users digest..."
Today's Topics:
1. Re: choosing source ip on multihomed computer (Bjorn Reese)
2. Re: [Threads] and OpenMP (Bjorn
Reese)
----------------------------------------------------------------------
Message: 1
Date: Tue, 30 Sep 2014 15:58:37 +0200
From: Bjorn Reese <
breese@mail1.stofanet.dk>
To:
boost-users@lists.boost.orgSubject: Re: [Boost-users] choosing source ip on multihomed computer
Message-ID: <
542AB70D.6060807@mail1.stofanet.dk>
Content-Type: text/plain; charset=windows-1252; format=flowed
On 09/30/2014 03:04 PM, David Frank wrote:
> I'm wondering how to make boost::asio::connect(<socket>, ...)
> connect from the source interface/ip address I choose on a multihomed
> computer.
Call bind()
before connect().
------------------------------
Message: 2
Date: Tue, 30 Sep 2014 15:59:43 +0200
From: Bjorn Reese <
breese@mail1.stofanet.dk>
To:
boost-users@lists.boost.orgSubject: Re: [Boost-users] [Threads] and OpenMP
Message-ID: <
542AB74F.4010303@mail1.stofanet.dk>
Content-Type: text/plain; charset=windows-1252; format=flowed
On 09/30/2014 11:24 AM, Stephan Menzel wrote:
> So the question is: How can I more or less gracefully shut this down?
> How do interruption points work in an omp parallel for loop? Do I have a
> chance at all?
One approach is to execute the tasks in a
separate process. The process
can easily be killed, and it takes care of the memory leaks.
------------------------------
Subject: Digest Footer
_______________________________________________
Boost-users mailing list
Boost-users@lists.boost.orghttp://lists.boost.org/mailman/listinfo.cgi/boost-users------------------------------
End of Boost-users Digest, Vol 3932, Issue 2
********************************************