ComputationalRadiationPhysics / graybat

Graph Approach for Highly Generic Communication Schemes Based on Adaptive Topologies :satellite:
Other
8 stars 4 forks source link

Added separate messagebox and sockets for meta data messages such as confirm messages #94

Closed erikzenker closed 8 years ago

erikzenker commented 8 years ago

This PR introduces separate sockets for control messages between peers in the socket based communication policies. This PR will fix #93. This feature is necessary because a full data message box should not block to receive control messages. @fabian-jung could you please test this PR before I merge into the dev branch ?

fabian-jung commented 8 years ago

Patch tested and the deadlock is fixed.

erikzenker commented 8 years ago

thx for testing