Skip to content
  • Lubomir Bulej's avatar
    Modify connection handler to use SocketChannel and reuse/grow buffers · f44242c4
    Lubomir Bulej authored
    This avoids allocating a new direct ByteBuffer for every request
    (and response). This is something to worry about for analysis requests,
    of which there are many.
    
    The ConnectionHandler code in the integrated "server" and the legacy
    "disl-server" contains a lot of duplication, indicating the need to
    create a separate project with server protocol and server utility
    code to be shared.
    f44242c4