ace

C++ framework for building concurrent network applications

brewmacoslinux
Try with needOr install directly
Source

About

ADAPTIVE Communication Environment: OO network programming in C++

Commands

ace

Examples

Compile and link ACE-based network application$ g++ -o myapp myapp.cpp -lACE
Use ACE reactor pattern for event-driven server$ ace_server --port 8080 --reactor select
Run ACE service configurator for dynamic service loading$ svc_conf -f services.conf