mainioxx - Summary

 
 
Membership Info
Group Admin:
1 active member

Group identification
Id: 10472
System Name: ioxx
Name: ioxx
Group Type: non-GNU software and documentation

Search in this Group


 

This group is not part of the GNU Project.

The ioxx library provides primitives for asynchronous I/O in C++. That kind of thing is typically useful for people who would like to implement a highly concurrent network service, i.e. an application that performs input/output simultaneously on a great number of sockets. The library's main components are a socket event dispatcher, a time event dispatcher, and an asynchronous DNS resolver. There is also a class interface to socket programming that offers those wonders of modern C++ such as exception-style error reporting, transparent resource management, type-safety, and support for custom memory allocation strategies. Ioxx is thread-safe in the sense that it is fully re-entrant. The code runs on any POSIX-compliant operating system, most notably Linux, NetBSD, Solaris, AIX, HP/UX, and Windows.

Registration Date: Tue 23 Feb 2010 07:30:33 PM UTC
License: GNU Lesser General Public License
Development Status: 4 - Beta

 

Quick Overview
 Memberlist (1 member)

Back to the top

Powered by Savane 3.13-cf05.
Corresponding source code