Collage  1.2.1
High-performance C++ library for developing object-oriented distributed applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Changelog

git master

  • 164: Implement OS-chosen port number for RSP
  • 160: Replace command queue and barrier timeout exceptions with return values

Release 1.2 (07-07-2015)

  • 142: Expose addConnection() for local server connections in Equalizer
  • 143, 144, 152: Denoise log output
  • 147: Adapt to Lunchbox/Pression refactoring

Release 1.1 (07-08-2014)

  • 69: Refactor Barrier API for robustness, deprecate old API
  • 71: BufferCache race may lead to segmentation fault
  • 79: Node::connect race condition
  • 82: Barrier races and deadlocks with sync()
  • 88: LocalNode::handleData() asserts handling non-pending receive
  • 112: Fix racy connection handshake
  • 113: De-race EventConnection::close to fix Travis

Known Bugs

The following bugs were known at release time. Please file a Bug Report if you find any other issue with this release.

  • 102: test/connection fails for RDMA connections
  • 57: Windows: Larger number of concurrent receives causes intermittent blocking
  • 15: RDMAConnection not endian-safe
  • 14: coNetperf server occasionally crashes on client disconnect
  • 2: Multiple dispatcher inheritance not working with xlC