You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Timothy Bish (JIRA)" <ji...@apache.org> on 2018/06/25 17:12:00 UTC

[jira] [Commented] (QPIDJMS-396) Performance improvements for inter-thread event signalling

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

Timothy Bish commented on QPIDJMS-396:
--------------------------------------

Commit that resolves this:
https://git1-us-west.apache.org/repos/asf?p=qpid-jms.git;a=commit;h=c66d888114021da31d9032c841c08903dd31cc89

{quote}
QPIDJMS-396 Allow for faster reaction times on sync operations

For sync operations from the JMS layer into the provider we can
more quickly process the events by using a spin-wait future that
checks in a short spin for the completion of the target event.
The spin will back off and eventually back down to a parked wait
that will be signalled by the normal wait / notify pattern.
{quote}

> Performance improvements for inter-thread event signalling 
> -----------------------------------------------------------
>
>                 Key: QPIDJMS-396
>                 URL: https://issues.apache.org/jira/browse/QPIDJMS-396
>             Project: Qpid JMS
>          Issue Type: Improvement
>          Components: qpid-jms-client
>    Affects Versions: 0.33.0
>            Reporter: Timothy Bish
>            Assignee: Timothy Bish
>            Priority: Major
>             Fix For: 0.34.0
>
>
> Improve the ability to detect and respond to event completions of requests being handled by different threads within the client without incurring the overhead of signals and wait completions.  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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