Growler distributed object architecture 0.3.8 (Default branch) |
|
|
Growler is a general purpose, C++-based distributed object and event architecture. Though general, its primary application has been in support of collaborative visualization, computational steering, and "concurrent visualization" (the visualization of supercomputer simulations in progress). Growler's distributed object and event architecture is suitable for application to high-performance LAN environments as well the Internet. Its features include strong integration with C++, selective distributed reference counting, and efficient well-typed event channels for local and remote event broadcast.
License: OSI Approved
Changes:
Numerous bugs were fixed. Serialization to or from
a std::streambuf can be done. A concurrent
visualization server and support code were added.
|