Menu

asio version 0.3.1 released

A new development release of asio, version 0.3.1, has been released.

asio is a cross-platform C++ library for network programming that provides developers with a consistent asynchronous I/O model using a modern C++ approach.

The most significant change in this release is support for epoll on Linux, where the kernel version is 2.5.45 or later. This allows programs to handle tens of thousands of concurrent connections.

http://asio.sourceforge.net

Posted by Chris Kohlhoff 2005-03-06

Log in to post a comment.