I would like to know how popular is Boost ASIO. Is it being used in any popular network-intensive software ?
Asked
Active
Viewed 5,075 times
3 Answers
13
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.

Sam Miller
- 23,808
- 4
- 67
- 87
-
I know this was some time ago... but the link to the source code does not work. – tuple_cat Sep 25 '21 at 16:42
10

Nicolás
- 7,423
- 33
- 35
-
-
5Am I supposed to delete it or what? You made your point already. It's been 6 years. Get over it. – Nicolás Oct 15 '16 at 18:06
2
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!