Boost logo

Boost Users :

Subject: Re: [Boost-users] [thread] boost::thread automatically detached when thread terminates?
From: Ray Burkholder (ray_at_[hidden])
Date: 2010-09-12 15:22:23


> >
> > How about using boost::asio. It automatically deals with worker
> threads
> > and
> > such.
>
> I need the worker thread within a Boost.Asio extension. ;)
>

You can create multiple asio services, with each service having its own
worker thread(s). So the extension, would have its own service, which deals
with the worker thread(s) for you. Possibly over kill, but is the easy way
out from reinventing the wheel. Or I may just not understand the problem.

Ray

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net