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

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

Commit 2821e5bfc3ff5a789f901ff96ff67e038b55881f in qpid-proton's branch 
refs/heads/main from Clifford Jansen
[ https://gitbox.apache.org/repos/asf?p=qpid-proton.git;h=2821e5bfc ]

PROTON-2641: previous commit ref should be this, epoll proactor change socket 
read() to recv()


> use consistent socket io cals in epoll proactor
> -----------------------------------------------
>
>                 Key: PROTON-2641
>                 URL: https://issues.apache.org/jira/browse/PROTON-2641
>             Project: Qpid Proton
>          Issue Type: Improvement
>          Components: proton-c
>    Affects Versions: proton-c-0.37.0
>            Reporter: Clifford Jansen
>            Assignee: Clifford Jansen
>            Priority: Minor
>             Fix For: proton-c-0.38.0
>
>
> 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).



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to