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

ChiaHung Lin commented on HAMA-490:
-----------------------------------

Do we have a concrete example for this use case? 

This seems to me involving two issues here.The first is to adopt actor model. 
The second is to do computation asynchronously in bsp task. The former has 
fundamental change for the current structure, the latter can be done by putting 
messages to peer bsp tasks' queue which can be seen in 
HadoopMessageManagerImpl.put().

  
                
> Support asynchronous messaging
> ------------------------------
>
>                 Key: HAMA-490
>                 URL: https://issues.apache.org/jira/browse/HAMA-490
>             Project: Hama
>          Issue Type: New Feature
>          Components: bsp
>    Affects Versions: 0.4.0
>            Reporter: Thomas Jungblut
>             Fix For: 0.5.0
>
>
> We should support asynchronous messaging.
> A new messaging service should send messages during computation time in 
> another thread to save the time during the barrier sync.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to