nalin / oddjob

Forked from oddjob 7 years ago
Clone

dcbe555 Move to using per-service connections

Authored and Committed by nalin 8 years ago
    Move to using per-service connections
    
    Instead of trying to guess which service the user meant to talk to, make
    the bus connection into a per-service item that we create and destroy as
    needed.  When processing an incoming request, use the name that we
    associated with the connection instead of the destination address when
    we start to route the request.
    
        
file modified
+3 -24
file modified
+3 -3
file modified
+230 -276
file modified
+20 -22
file modified
+18 -20