Uploaded image for project: 'Qpid'
  1. Qpid
  2. QPID-6819

Schedule socket accepts on the thread pool

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • qpid-java-6.0
    • Broker-J
    • None

    Description

      Testing with very large numbers of connections shows that accepting socket connections in the same thread as the selector can be a bottleneck. Change the algorithm to schedule the accept of new socket connections as a task, deregistering OP_ACCEPT from the selector, whilst the task is in progress.

      Attachments

        Activity

          People

            kwall Keith Wall
            kwall Keith Wall
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: