You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2022/06/27 15:29:00 UTC

[jira] [Commented] (PROTON-2571) [protonj2] Prevent multiple transport flush operation inside a single read

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

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

Commit 54d10d37597782c461046c0c8f0123237b8b3d53 in qpid-protonj2's branch refs/heads/main from Timothy Bish
[ https://gitbox.apache.org/repos/asf?p=qpid-protonj2.git;h=54d10d37 ]

PROTON-2571 Flush netty only on read completion

During a read operation that might cause more than one channel
write we can save the overhead of multople forced flush operations
by hooking the channel read complete event point to initiate a
final flush operation for all write inside the read event.


> [protonj2] Prevent multiple transport flush operation inside a single read
> --------------------------------------------------------------------------
>
>                 Key: PROTON-2571
>                 URL: https://issues.apache.org/jira/browse/PROTON-2571
>             Project: Qpid Proton
>          Issue Type: Improvement
>          Components: protonj2
>    Affects Versions: protonj2-1.0.0-M6
>            Reporter: Timothy A. Bish
>            Assignee: Timothy A. Bish
>            Priority: Minor
>             Fix For: protonj2-1.0.0-M7
>
>
> During read event processing we can suppress forced transport flush operations and initiate a single completion flush at the read complete event point to reduce overhead during a single operation on the event loop



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

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