• Dave Cridland's avatar
    OF-115 Process S2S stanzas from a session serially · 5adcad6b
    Dave Cridland authored
    This patch removes the thread pool from the ServerSocketReader, causing
    stanzas from a particular S2S session to be processed serially on the same
    thread used by the ServerSocketReader.
    
    Each ServerSocketReader currently has a thread to itself, so this is unlikely
    to have a serious impact on performance, but does have a very positive impact
    on correctness.
    5adcad6b
ServerSocketReader.java 8.65 KB