You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@river.apache.org by "Frank Barnaby (JIRA)" <ji...@apache.org> on 2007/07/26 21:55:04 UTC

[jira] Created: (RIVER-75) RemoteEventData should cache RemoteEvent reference

RemoteEventData should cache RemoteEvent reference
--------------------------------------------------

                 Key: RIVER-75
                 URL: https://issues.apache.org/jira/browse/RIVER-75
             Project: River
          Issue Type: Improvement
          Components: com_sun_jini_mercury
    Affects Versions: jtsk_2.1
            Reporter: Frank Barnaby
            Priority: Minor


[6242883|http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6242883]

{{RemoteEventData}} should cache the {{RemoteEvent}} reference it receives (on the server-side) since its {{getRemoteEvent}} method is subsequently called to perform event filtering. This would avoid an unmarshalling step which could be expensive. This was recommended per the code review for Bugid [6230044|http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6230044] .




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (RIVER-75) RemoteEventData should cache RemoteEvent reference

Posted by "Frank Barnaby (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/RIVER-75?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Frank Barnaby updated RIVER-75:
-------------------------------

    Description: 
Bugtraq ID [6242883|http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6242883]

{{RemoteEventData}} should cache the {{RemoteEvent}} reference it receives (on the server-side) since its {{getRemoteEvent}} method is subsequently called to perform event filtering. This would avoid an unmarshalling step which could be expensive. This was recommended per the code review for Bugid [6230044|http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6230044] .




  was:
[6242883|http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6242883]

{{RemoteEventData}} should cache the {{RemoteEvent}} reference it receives (on the server-side) since its {{getRemoteEvent}} method is subsequently called to perform event filtering. This would avoid an unmarshalling step which could be expensive. This was recommended per the code review for Bugid [6230044|http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6230044] .





Added "Bugtraq ID" prefix.

> RemoteEventData should cache RemoteEvent reference
> --------------------------------------------------
>
>                 Key: RIVER-75
>                 URL: https://issues.apache.org/jira/browse/RIVER-75
>             Project: River
>          Issue Type: Improvement
>          Components: com_sun_jini_mercury
>    Affects Versions: jtsk_2.1
>            Reporter: Frank Barnaby
>            Priority: Minor
>
> Bugtraq ID [6242883|http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6242883]
> {{RemoteEventData}} should cache the {{RemoteEvent}} reference it receives (on the server-side) since its {{getRemoteEvent}} method is subsequently called to perform event filtering. This would avoid an unmarshalling step which could be expensive. This was recommended per the code review for Bugid [6230044|http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6230044] .

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.