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

ASF subversion and git services commented on QPID-7722:
-------------------------------------------------------

Commit 1788401 from [~k-wall] in branch 'java/trunk'
[ https://svn.apache.org/r1788401 ]

QPID-7722: [0-10] Use same PrivilegedAction to execute a contiguous frames for 
the same channel

> [0-10] Avoid repetitious AccessController.doPrivileged if incoming buffer 
> contains a sequence of frames for the same channel 
> -----------------------------------------------------------------------------------------------------------------------------
>
>                 Key: QPID-7722
>                 URL: https://issues.apache.org/jira/browse/QPID-7722
>             Project: Qpid
>          Issue Type: Improvement
>          Components: Java Broker
>            Reporter: Keith Wall
>             Fix For: qpid-java-broker-7.0.0
>
>
> If the incoming buffer contains an a sequence of frames for the same channel, 
> we currently call AccessController.doPrivileged for each frame individually.  
> As AccessController.doPrivileged is a relatively expensive operation, this 
> algorithm can be made more efficient.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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

Reply via email to