问题
I would like to know how popular is Boost ASIO. Is it being used in any popular network-intensive software ?
回答1:
The systems software for managing an IBM Blue Gene/Q supercomputer uses Boost.Asio extensively. The source code is available under the Eclipse Public License (EPL) if you're interested.

回答2:
http://think-async.com/Asio/WhoIsUsingAsio
回答3:
Boost is extensively being used in serious networking software, take example of HPX uses boost libraries. HPX is implemented in C++11 and utilizes over 20 Boost and candidate Boost libraries. Have a look at http://cppnow.org/session/hpx-a-c11-parallel-runtime-system/
Also for more details you can refer Official "Boost library" Support for Android and iOS? describing how these are being deployed on smartphone os as well.
Hope it helps!
来源:https://stackoverflow.com/questions/768038/who-uses-boost-asio