[ 
https://issues.apache.org/jira/browse/PROTON-1520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16094016#comment-16094016
 ] 

ASF subversion and git services commented on PROTON-1520:
---------------------------------------------------------

Commit fa598eab40163d23d082d3ed111b38f31a4cb303 in qpid-proton's branch 
refs/heads/master from Clifford Jansen
[ https://git-wip-us.apache.org/repos/asf?p=qpid-proton.git;h=fa598ea ]

PROTON-1520: C proactor epoll performance.  Defer writes until after event 
batch processed,
 defer rearm until after write


> 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: proton-c-0.18.0
>         Environment: epoll (Linux)
>            Reporter: Cliff Jansen
>            Assignee: Cliff Jansen
>             Fix For: proton-c-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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to