You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@singa.apache.org by "Sheng Wang (JIRA)" <ji...@apache.org> on 2015/09/23 09:51:04 UTC

[jira] [Created] (SINGA-75) Buffer un-processed messages

Sheng Wang created SINGA-75:
-------------------------------

             Summary: Buffer un-processed messages
                 Key: SINGA-75
                 URL: https://issues.apache.org/jira/browse/SINGA-75
             Project: Singa
          Issue Type: Improvement
            Reporter: Sheng Wang
            Priority: Minor


When a server receives a message, it will check if the target param object is ready.
If not, it will send the original message back to stub, and stub will re-send the message later.

This may make a message sent too many times, as a network overhead.
We plan to buffer the message at server side instead.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)