Who uses Boost ASIO?

怎甘沉沦 提交于 2019-11-30 08:17:39

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!