• 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
Name
Last commit
Last update
build Loading commit data...
documentation Loading commit data...
src Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...