orion / oddjob

Forked from oddjob 5 years ago
Clone

e78f9a7 add internal logic for sending replies as signals

Authored and Committed by Nalin Dahyabhai 11 years ago
    add internal logic for sending replies as signals
    
    Some clients might need method replies to be sent as signals because
    they don't want to increase their timeouts on long-running jobs, and for
    some reason running the call async on their end is not an option.  We
    probably don't want to always do this, because it could be a lot of data
    to be sending twice, so it's disabled for now.
    
        
file modified
+92 -19
file modified
+5 -3
file modified
+6 -4