Description
This article is from the Threads Programming FAQ, by Bryan O'Sullivan bos@serpentine.com with numerous contributions by
others.
20. What about other threads-related software?
* Douglas C. Schmidt <schmidt@cs.wustl.edu> has written a package
called ACE ("Adaptive Communication Environment"). ACE supports
multithreading on Unix and WIN32 platforms, and integrates popular
IPC mechanisms (sockets, RPC, System V IPC) and a host of other
features that C++ programmers will find useful. For details, see
<URL: http://www.cs.wustl.edu/~schmidt/ACE.html>.
 
Continue to:
Share and Enjoy
Bookmark this story so others can enjoy it:
Tags
programming, software, coding, threads programming