From: Giovanni Piero Deretta (gpderetta_at_[hidden])
Date: 2007-10-27 13:18:16


On 10/27/07, Rui Gil <ruigil_at_[hidden]> wrote:
> The reason why I send this question it's because I'm using boost threads and
> they don't have any mechanism to stop a thread. So I think that is
> reasonable to ask boost community how they use to resolve this issue.
>

A good boost solution for this problem is ASIO. That nicely wrap all
socket related
funcitonality (async IO included).

gpd