The ADAPTIVE Communication Environment (ACE) is an object-oriented (OO) C++ framework that helps you develop and deploy high-performance networked applications faster and with less code to write and maintain. ACE is especially useful for systems that use network and/or inter-process communications and that take advantage of multithreading. While the ACE source code is free, that's not the only way you save money with ACE. ACE's wrappers and higher-level patterns help you develop your software quickly and portably, helping you to complete your projects on time and within budget.
| Tags | Software Development Libraries |
|---|
Recent releases


Release Notes: This release adds a timer policy template and API. There are minor bugfixes.


Release Notes: This release adds support for RHEL 6.1 64-bit. It adds a new heuristic for the collocation strategy. TAO skeletons have been refactored. Connections can now be established at deployment time rather than first-use. DDS subscribers and publishers are now created when needed. CIAO has better thread safety. There are assorted bugfixes.


Release Notes: This release added support for building with the Android NDK and removed support for C++ Builder. Minor bugs were fixed.


Release Notes: This release adds support for GCC 4.6. It has improved support for mt_noupcall. There are assorted bugfixes.


Release Notes: Improved and simplified QNX support, fixed build-time backwards compatibility, improved support for the mt_noupcall wait strategy, improved performance of the Parallel Connect Strategy in TAO, and assorted bugfixes.
Recent comments
03 Apr 2010 17:00
Use ACE a lot in the last year and worked very well for us. It is well written and the examples are quite useful. AndI think it is worth buying the books as well.
09 Apr 2006 19:55
Dangerous Install Script!
For those interested Linux users out there, WATCH OUT! The automated install is dangerous! In the instructions, you are to provide a root install directory, assuming that this was analogus to the usual Linux automake script variable "--prefix", us gave it /usr/local. When I didn't like what I saw, I canceled the script... & on the way out tf the script, it deleted my /usr/local directory!!!! Ouch! To make matters worse, this was on an ext3 device, which means no recovery!
From this point on, I'm going to assume any "portable" open source project not integrated with automake is hostile.
31 Mar 2006 18:48
Documentation
An uncomonly high quality product for this site. Complete, reasonably easy to build, and no onerous dependencies (like relying on some XXX version of gnome libraries for instance). Now if only they could get some decent online documentation that you didn't have to pay for (see the Safari link to their book in the current docs).
21 Jan 2006 09:50
No more wasted time
ACE is a very good tool for programming eficient and reusable code. Moreover is platform independent as I´ve seen compiling the same code in several linux flavours, solaris and windows with several compilers.
I've been studing about two months but after that, we have improved our productivity, focusing in design.
Pretty good middleware for networked and distributed applications. We are using it a lot.
23 Aug 2000 08:40
ACE documentation
in my opinion the documentation is good to get an overview, but it sucks if you're looking for a specific method or class or something.
The html index is too sparse and I'm sure that a bunch of people don't use it because of the docs... besides from that its a really cool and well designed package. thumbs up...