Clifford Jansen created PROTON-2641:
---------------------------------------
Summary: 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
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]