Ace6.4.6
OO Network programming toolkit.
Created on Sunday, February 4, 2018
- Development
- Languages
- C and CPlusPlus
Ace (ADAPTIVE Communication Environment) is an open-source object-oriented (OO) framework that implements many core patterns for concurrent communication software. ACE provides a rich set of reusable C++ wrapper facades and framework components that perform common communication software tasks across a range of OS platforms. The communication software tasks provided by ACE include event demultiplexing and event handler dispatching, signal handling, service initialization, interprocess communication, shared memory management, message routing, dynamic (re)configuration of distributed services, concurrent execution and synchronization.
ACE is targeted for developers of high-performance and real-time communication services and applications. It simplifies the development of OO network applications and services that utilize interprocess communication, event demultiplexing, explicit dynamic linking, and concurrency. In addition, ACE automates system configuration and reconfiguration by dynamically linking services into applications at run-time and executing these services in one or more processes or threads.
- linux
- Downloads12520
- LicenseGPL
Downloads / Release History
Comments

If you're serious about multi-platform networking, concurrency, and design patterns, you're using ACE. It really is that simple. There is a reason why many MMOs use ACE and/or TAO for their infrastructure. If you're not using ACE you're not serious about your project. Once you learn this framework, you'll be smacking your head, wondering why you didn't bother to use it earlier. Seriously.