You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hama.apache.org by "MaoYuan Xian (JIRA)" <ji...@apache.org> on 2013/06/19 20:06:20 UTC

[jira] [Created] (HAMA-766) Implements network based send queue

MaoYuan Xian created HAMA-766:
---------------------------------

             Summary: Implements network based send queue
                 Key: HAMA-766
                 URL: https://issues.apache.org/jira/browse/HAMA-766
             Project: Hama
          Issue Type: Improvement
          Components: bsp core
            Reporter: MaoYuan Xian
            Priority: Minor


I would like to implement a so call directly send queue for performance enhancement. Currently, we have the memory queue, DiskQueue and SpillingQueue. The memory queue need to hold all of the message before send them out, DiskQueue and SpillingQueue need to operate Disk and cause some performance reduction.
Can we implement a send queue? Something like SpillingQueue, the difference is, it will spill message directly to network instead of to disk. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira