Uploaded image for project: 'HttpComponents HttpCore'
  1. HttpComponents HttpCore
  2. HTTPCORE-358

DefaultListeningIOReactor.listen() should support backlog size configuration

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 4.3
    • 4.4-alpha1
    • HttpCore NIO
    • None

    Description

      Subj.

      For servers under heavy load it is important to have ability to set backlog size bigger than default one in order to avoid incoming connections drop.
      My suggestion is to add ListeningIOReactor.listen(SocketAddress,int) function, which will pass second parameter as backlog size to the ServerSocket.bind(SocketAddress,int)

      Attachments

        1. backlogconfig.patch
          5 kB
          Dmitry Potapov
        2. backlog.patch
          7 kB
          Dmitry Potapov

        Activity

          People

            Unassigned Unassigned
            hirthwork Dmitry Potapov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: