Asio and Boost.Asio Asio comes in two variants: (non Boost) Asio and Boost.Asio. The differences between the two are outlined below. What are the differences in the ...
Commercial Support Please contact the author of Asio, Chris Kohlhoff ( chris@kohlhoff.com ), for support options including bespoke software development, design consultation ...
Example of building async active object Here's a more complex example of building communicating objects on the top of Boost.Asio (Boost C Libraries). https://sourceforge ...
Latest Development Release Asio version 1.3.1 http://sourceforge.net/project/shownotes.php?group id 122478 release id 633052 Release notes (non Boost ...
Linux Performance Improvements This page documents progress on a project to improve Asio performance on Linux 2.6.x. Goal The goal of this project is to improve the ...
Recipes A thread pool for executing arbitrary tasks Create an io service : asio::io service io service; and some work to stop its run() function from exiting ...
Source Code Repositories Asio uses a sourceforge hosted CVS repository. Details of how to access it may be found here. It may also be via the web. Boost.Asio is checked ...
Supported Platforms The following platforms and compilers have been tested: Win32 and Win64 using Visual C 7.1, 8.0 and 9.0. Win32 using MinGW. Win32 ...
Tips and Tricks Consider using std::vector for buffers over raw arrays and boost::array A buffer variable for use with read and write operations could be defined ...
Who is using Asio? Add your project here! Asio C Library Asio is a cross platform C library for network and low level I/O programming that provides developers ...
Who is using Asio? Here is a list of some projects that are using Asio. If you are using Asio, feel free to add your project's information to this page. Consider including ...
Wishlist Threading Building Blocks integration where io service uses tasks instead of a thread pool. ACE like WFMO reactor as the backend for Win9x and WinCE (especially ...