Copyright © 2004 Hugo Duncan
Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt )
Table of Contents
Giallo is a network programming library. It has many different components, which are designed to work as independently of each other as possible.
For sockets,
Giallo provides
,
connection<>
and
connector<>
classes.
acceptor<>
Demultiplexers allow a single thread to process multiple, varied, sources of events. Giallo provides a demultiplexer framework that is based on modern C++ design principles.
The demultiplexer library provides a single interface, with several (proactor and reactor) implementations. The implementations available depend on the platform.
Features include:
Last revised: October 04, 2004 at 05:39:34 GMT |