10

I would like to know how popular is Boost ASIO. Is it being used in any popular network-intensive software ?

3 Answers3

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.

Blue Gene/Q

Sam Miller
  • 23,808
  • 4
  • 67
  • 87
10

http://think-async.com/Asio/WhoIsUsingAsio

Nicolás
  • 7,423
  • 33
  • 35
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!

Community
  • 1
  • 1
Rohit
  • 6,941
  • 17
  • 58
  • 102