Commit graph

4 commits

Author SHA1 Message Date
Bartosz Kuzma
8f91a7f369 Update to 3.4.2.
Changes from 3.4.1.
* Port to mingw32 (networking layer).
* Remove Socket::blocking option.
* Rename ASSA::ERROR log mask to ASSA::ASSAERR to please mingw32 gcc.
* Fix race condition bug between Reactor and Logger::log_close().
2006-10-09 17:56:00 +00:00
Bartosz Kuzma
a2bc2c7ce7 Updated to 3.4.1
Changes:
 * Port to ARM (nokia770).
 * Patches for gcc-4.0; debian support.
 * Patch for NetBSD 3.0
2006-03-22 07:21:34 +00:00
Bartosz Kuzma
0a6ac7439c Updated to 3.4.1
Changes:
 * Port to ARM (nokia770).
 * Patches for gcc-4.0; debian support.
 * Patch for NetBSD 3.0.
2006-03-21 18:42:38 +00:00
Bartosz Kuzma
47259f7017 libASSA is an object-oriented C++ networking library based on Adaptive
Communication Patterns. It features a simplistic implementation of the
set of communication patterns such as Service Configurator, Reactor,
Acceptor, Connector, and others described in various papers published by
Dr. D. C. Schmidt. For details see at http://www.cs.wustl.edu/~schmidt/ACE.html.

libASSA happily co-exists with other frameworks such as GUI toolkits
and various CORBA implementations.

I've tested it on NetBSD 3.0 and Fedora Core 3. It Works fine.
2006-03-16 09:01:33 +00:00