Cliff Jansen created PROTON-1520:
------------------------------------

             Summary: C epoll proactor delayed socket writes
                 Key: PROTON-1520
                 URL: https://issues.apache.org/jira/browse/PROTON-1520
             Project: Qpid Proton
          Issue Type: Improvement
          Components: proton-c
    Affects Versions: 0.18.0
         Environment: epoll (Linux)
            Reporter: Cliff Jansen
            Assignee: Cliff Jansen
             Fix For: 0.18.0


The epoll proactor currently processes socket output immediately after 
processing socket input, and following that processes events (which can 
generate more output, including protocol handshakes).  This has the unfortunate 
effect of requiring an additional system call and thread context switch to 
handle this resulting output.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to