Boost C++ Libraries: Ticket #12320: add an example to demonstrate how to leverage sockets concurrently in multithreading scenarios https://svn.boost.org/trac10/ticket/12320 <p> The ideal solution of leveraging sockets concurrently in multithreading scenarios should 1. not block io workers (the threads where io_service.run() is invoked), 2. be free of lock race, 3. etc. </p> <p> There are many threads when you are searching this issue in google, but usable code is hard to find. </p> <p> In this proposal, I offer a reference implementation to the people who wanna call async_write family in multiple threads. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/12320 Trac 1.4.3 luxiaoshuang@… Sat, 09 Jul 2016 09:09:16 GMT attachment set https://svn.boost.org/trac10/ticket/12320 https://svn.boost.org/trac10/ticket/12320 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">12320.patch</span> </li> </ul> <p> patch </p> Ticket