You are viewing a plain text version of this content. The canonical link for it is here.
Posted to sandesha-dev@ws.apache.org by "Andrew Gatford (JIRA)" <ji...@apache.org> on 2006/09/07 12:25:22 UTC

[jira] Created: (SANDESHA2-25) Rework SenderWorker and MessageRetransmissionAdjuster to use the same MessageContext object

Rework SenderWorker and MessageRetransmissionAdjuster to use the same MessageContext object
-------------------------------------------------------------------------------------------

                 Key: SANDESHA2-25
                 URL: http://issues.apache.org/jira/browse/SANDESHA2-25
             Project: Apache Sandesha2
          Issue Type: Improvement
            Reporter: Andrew Gatford
            Priority: Trivial


As a small performance improvement modifying the MessageTransmitter.adjustRetransmittion method to take the already initialised RMMsgContext object on the method call means that the same object doesn't have to be created twice in the SenderWorker call.  This means that the MessageRetransmissionAdjuster  doesn't need to get the MessageContext again as it already has it.

The adjustRetransmittion can also be made static to stop the new instance of the MessageRetransmissionAdjuster object on every send. 


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] Resolved: (SANDESHA2-25) Rework SenderWorker and MessageRetransmissionAdjuster to use the same MessageContext object

Posted by "Chamikara Jayalath (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/SANDESHA2-25?page=all ]

Chamikara Jayalath resolved SANDESHA2-25.
-----------------------------------------

    Resolution: Fixed

> Rework SenderWorker and MessageRetransmissionAdjuster to use the same MessageContext object
> -------------------------------------------------------------------------------------------
>
>                 Key: SANDESHA2-25
>                 URL: http://issues.apache.org/jira/browse/SANDESHA2-25
>             Project: Apache Sandesha2
>          Issue Type: Improvement
>            Reporter: Andrew Gatford
>            Priority: Trivial
>         Attachments: SenderWorkerChange.patch
>
>
> As a small performance improvement modifying the MessageTransmitter.adjustRetransmittion method to take the already initialised RMMsgContext object on the method call means that the same object doesn't have to be created twice in the SenderWorker call.  This means that the MessageRetransmissionAdjuster  doesn't need to get the MessageContext again as it already has it.
> The adjustRetransmittion can also be made static to stop the new instance of the MessageRetransmissionAdjuster object on every send. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] Updated: (SANDESHA2-25) Rework SenderWorker and MessageRetransmissionAdjuster to use the same MessageContext object

Posted by "Andrew Gatford (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/SANDESHA2-25?page=all ]

Andrew Gatford updated SANDESHA2-25:
------------------------------------

    Attachment: SenderWorkerChange.patch

> Rework SenderWorker and MessageRetransmissionAdjuster to use the same MessageContext object
> -------------------------------------------------------------------------------------------
>
>                 Key: SANDESHA2-25
>                 URL: http://issues.apache.org/jira/browse/SANDESHA2-25
>             Project: Apache Sandesha2
>          Issue Type: Improvement
>            Reporter: Andrew Gatford
>            Priority: Trivial
>         Attachments: SenderWorkerChange.patch
>
>
> As a small performance improvement modifying the MessageTransmitter.adjustRetransmittion method to take the already initialised RMMsgContext object on the method call means that the same object doesn't have to be created twice in the SenderWorker call.  This means that the MessageRetransmissionAdjuster  doesn't need to get the MessageContext again as it already has it.
> The adjustRetransmittion can also be made static to stop the new instance of the MessageRetransmissionAdjuster object on every send. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] Commented: (SANDESHA2-25) Rework SenderWorker and MessageRetransmissionAdjuster to use the same MessageContext object

Posted by "Chamikara Jayalath (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/SANDESHA2-25?page=comments#action_12433089 ] 
            
Chamikara Jayalath commented on SANDESHA2-25:
---------------------------------------------

Applied.

Thanks

> Rework SenderWorker and MessageRetransmissionAdjuster to use the same MessageContext object
> -------------------------------------------------------------------------------------------
>
>                 Key: SANDESHA2-25
>                 URL: http://issues.apache.org/jira/browse/SANDESHA2-25
>             Project: Apache Sandesha2
>          Issue Type: Improvement
>            Reporter: Andrew Gatford
>            Priority: Trivial
>         Attachments: SenderWorkerChange.patch
>
>
> As a small performance improvement modifying the MessageTransmitter.adjustRetransmittion method to take the already initialised RMMsgContext object on the method call means that the same object doesn't have to be created twice in the SenderWorker call.  This means that the MessageRetransmissionAdjuster  doesn't need to get the MessageContext again as it already has it.
> The adjustRetransmittion can also be made static to stop the new instance of the MessageRetransmissionAdjuster object on every send. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] Commented: (SANDESHA2-25) Rework SenderWorker and MessageRetransmissionAdjuster to use the same MessageContext object

Posted by "Chamikara Jayalath (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/SANDESHA2-25?page=comments#action_12433089 ] 
            
Chamikara Jayalath commented on SANDESHA2-25:
---------------------------------------------

Applied.

Thanks

> Rework SenderWorker and MessageRetransmissionAdjuster to use the same MessageContext object
> -------------------------------------------------------------------------------------------
>
>                 Key: SANDESHA2-25
>                 URL: http://issues.apache.org/jira/browse/SANDESHA2-25
>             Project: Apache Sandesha2
>          Issue Type: Improvement
>            Reporter: Andrew Gatford
>            Priority: Trivial
>         Attachments: SenderWorkerChange.patch
>
>
> As a small performance improvement modifying the MessageTransmitter.adjustRetransmittion method to take the already initialised RMMsgContext object on the method call means that the same object doesn't have to be created twice in the SenderWorker call.  This means that the MessageRetransmissionAdjuster  doesn't need to get the MessageContext again as it already has it.
> The adjustRetransmittion can also be made static to stop the new instance of the MessageRetransmissionAdjuster object on every send. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] Resolved: (SANDESHA2-25) Rework SenderWorker and MessageRetransmissionAdjuster to use the same MessageContext object

Posted by "Chamikara Jayalath (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/SANDESHA2-25?page=all ]

Chamikara Jayalath resolved SANDESHA2-25.
-----------------------------------------

    Resolution: Fixed

> Rework SenderWorker and MessageRetransmissionAdjuster to use the same MessageContext object
> -------------------------------------------------------------------------------------------
>
>                 Key: SANDESHA2-25
>                 URL: http://issues.apache.org/jira/browse/SANDESHA2-25
>             Project: Apache Sandesha2
>          Issue Type: Improvement
>            Reporter: Andrew Gatford
>            Priority: Trivial
>         Attachments: SenderWorkerChange.patch
>
>
> As a small performance improvement modifying the MessageTransmitter.adjustRetransmittion method to take the already initialised RMMsgContext object on the method call means that the same object doesn't have to be created twice in the SenderWorker call.  This means that the MessageRetransmissionAdjuster  doesn't need to get the MessageContext again as it already has it.
> The adjustRetransmittion can also be made static to stop the new instance of the MessageRetransmissionAdjuster object on every send. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] Updated: (SANDESHA2-25) Rework SenderWorker and MessageRetransmissionAdjuster to use the same MessageContext object

Posted by "Andrew Gatford (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/SANDESHA2-25?page=all ]

Andrew Gatford updated SANDESHA2-25:
------------------------------------

    Attachment: SenderWorkerChange.patch

> Rework SenderWorker and MessageRetransmissionAdjuster to use the same MessageContext object
> -------------------------------------------------------------------------------------------
>
>                 Key: SANDESHA2-25
>                 URL: http://issues.apache.org/jira/browse/SANDESHA2-25
>             Project: Apache Sandesha2
>          Issue Type: Improvement
>            Reporter: Andrew Gatford
>            Priority: Trivial
>         Attachments: SenderWorkerChange.patch
>
>
> As a small performance improvement modifying the MessageTransmitter.adjustRetransmittion method to take the already initialised RMMsgContext object on the method call means that the same object doesn't have to be created twice in the SenderWorker call.  This means that the MessageRetransmissionAdjuster  doesn't need to get the MessageContext again as it already has it.
> The adjustRetransmittion can also be made static to stop the new instance of the MessageRetransmissionAdjuster object on every send. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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