• Dave Cridland's avatar
    OF-115 Process S2S stanzas from a session serially · 2d62c7e1
    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.
    2d62c7e1
ServerSocketReader.java 8.65 KB