Develop parallel programs. Try various thread configs. GUI front-end.
Avian Computing seeks to efficiently create parallel programs by changing how we think about parallel programs. Avian Computing discourages thinking about lines of code and encourages us to use a new model: flocks of birds. Changing the model to flocks of birds makes it easier to think about the actions that we want to perform concurrently, which leads to simpler and quicker development of working parallel programs.
Avian Computing concepts are implemented by the Concurrency Explorer...
The Micro C++ Library (libmicxx) is a small set of portable and easy to use classes providing core features commonly used in modern applications. It is based completely on the Standard C++ Template Library (STL).
HOOPLE is a portable collection of C++ source code, featuring thread-safe objects for collections and event processing, RPC-style plugin-based encrypted networking (CROMP / octopus), bookmark collection management utilities, and a lot of other cool stuff.
This is the project page for HOOPLE version 1, which was retired on September 25 2010. The code supposedly still builds on both Linux (with gnu gcc) and on Windows (with ms visual studio).
Most of the code from hoople1 has moved into...
This project contains the set of java libraries that for data management, system configuration, program flow plug-ins, authentication, background services, thread pooling, security access control,audit trail, exception handling, etc.
Making use of threads when building a GUI is a pain. SwingWorker is a great idea but doesn't go far enough. This library includes tools and patterns to make managing multiple concurrent tasks from an event thread easier.
It's SwingWorker on steroids.