/[Apache-SVN]
ViewVC logotype

Revision 1529163


Jump to revision: Previous Next
Author: tross
Date: Fri Oct 4 13:40:59 2013 UTC (10 years, 6 months ago)
Changed paths: 21
Log Message:
QPID-4967 - Work in progress on multi-router networks
 - Added a feature to the hash table to allow referenced objects to hold a direct linkage
   back to the hash structure for fast deletion and access to the key.  This allows the key
   to be stored in only one place and allows items to be removed without requiring a hash
   lookup on the key.
 - Completed the integration of the Python router and the C data structures that track
   remote routers (neighbor and multi-hop).
 - Allow multiple addresses in the ioAdapter from Python.
 - Added a separate address for the hello messages because the messaging pattern is different
   for these messages.
 - Added some content to the TODO file.
 - Added test configurations for a two-router network.


Changed paths

Path Details
Directoryqpid/trunk/qpid/extras/dispatch/TODO modified , text changed
Directoryqpid/trunk/qpid/extras/dispatch/include/qpid/dispatch/compose.h modified , text changed
Directoryqpid/trunk/qpid/extras/dispatch/include/qpid/dispatch/hash.h modified , text changed
Directoryqpid/trunk/qpid/extras/dispatch/python/qpid/dispatch/router/link.py modified , text changed
Directoryqpid/trunk/qpid/extras/dispatch/python/qpid/dispatch/router/mobile.py modified , text changed
Directoryqpid/trunk/qpid/extras/dispatch/python/qpid/dispatch/router/neighbor.py modified , text changed
Directoryqpid/trunk/qpid/extras/dispatch/python/qpid/dispatch/router/node.py modified , text changed
Directoryqpid/trunk/qpid/extras/dispatch/python/qpid/dispatch/router/router_engine.py modified , text changed
Directoryqpid/trunk/qpid/extras/dispatch/python/qpid/dispatch/router/routing.py modified , text changed
Directoryqpid/trunk/qpid/extras/dispatch/src/agent.c modified , text changed
Directoryqpid/trunk/qpid/extras/dispatch/src/container.c modified , text changed
Directoryqpid/trunk/qpid/extras/dispatch/src/hash.c modified , text changed
Directoryqpid/trunk/qpid/extras/dispatch/src/python_embedded.c modified , text changed
Directoryqpid/trunk/qpid/extras/dispatch/src/router_node.c modified , text changed
Directoryqpid/trunk/qpid/extras/dispatch/src/router_private.h modified , text changed
Directoryqpid/trunk/qpid/extras/dispatch/src/router_pynode.c modified , text changed
Directoryqpid/trunk/qpid/extras/dispatch/tests/field_test.c modified , text changed
Directoryqpid/trunk/qpid/extras/dispatch/tests/router_engine_test.py modified , text changed
Directoryqpid/trunk/qpid/extras/dispatch/tests/system_tests_one_router.py modified , text changed
Directoryqpid/trunk/qpid/extras/dispatch/tests/tworouters-A.conf added
Directoryqpid/trunk/qpid/extras/dispatch/tests/tworouters-B.conf added

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26