Re: [Boost-bugs] [Boost C++ Libraries] #3605: Boost.Asio: Deadlock during WSAStartup

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #3605: Boost.Asio: Deadlock during WSAStartup
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2010-03-18 04:17:33


#3605: Boost.Asio: Deadlock during WSAStartup
---------------------------------------+------------------------------------
  Reporter: ulrich.kroemer@… | Owner: chris_kohlhoff
      Type: Bugs | Status: closed
 Milestone: Boost 1.41.0 | Component: asio
   Version: Boost 1.40.0 | Severity: Problem
Resolution: wontfix | Keywords: deadlock asio WSAStartup
---------------------------------------+------------------------------------
Changes (by chris_kohlhoff):

  * status: new => closed
  * resolution: => wontfix

Comment:

 I don't plan to make any changes to this area at this time. A possible
 workaround would be to specialise the winsock_init template:

 {{{
 #include <asio/detail/winsock_init.hpp>

 namespace asio
 {
   namespace detail
   {
     template <> class winsock_init<2, 0>
     {
     };
   }
 }
 }}}

 and then manage the winsock initialisation yourself.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/3605#comment:1>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:02 UTC