Uploaded image for project: 'Qpid Proton'
  1. Qpid Proton
  2. PROTON-2641

use consistent socket io cals in epoll proactor

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • proton-c-0.37.0
    • proton-c-0.38.0
    • proton-c
    • None

    Description

      Epoll proactor currently uses send/read for IO.  For consistency it should use write/read or send/recv.  The latter allows the kernel to skip code handling the generic to specific transition and is the more performant option (even if rarely measurable).

      Attachments

        Activity

          People

            cliffjansen Clifford Jansen
            cliffjansen Clifford Jansen
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: