brianfeaster / worldtm

Automatically exported from code.google.com/p/worldtm
0 stars 0 forks source link

Implement star topology socket IPC #16

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The current IPC topology implements a tree structure.  For each node in the 
tree, messages are received then rebroadcast to the other connected nodes.

If a World instance hangs, it's port remains used but not released.  Further 
World instances are no longer able to communicate with nodes on ports below the 
unreleased port.  A star topology should alleviate this issue for now.

Original issue reported on code.google.com by bri...@gmail.com on 12 Aug 2010 at 11:45

GoogleCodeExporter commented 9 years ago
Initial changes in r48.

Original comment by bri...@gmail.com on 8 Sep 2010 at 9:43