You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "Marko A. Rodriguez (JIRA)" <ji...@apache.org> on 2015/04/10 18:00:14 UTC

[jira] [Commented] (TINKERPOP3-611) Messenger.receiveMessages(no args)

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

Marko A. Rodriguez commented on TINKERPOP3-611:
-----------------------------------------------

[~mbroecheler] I would like to do this now that {{VertexProgram.getMessageScopes}} exists and "pull-based message passing" systems can use that to determine which messages to "receive."

> Messenger.receiveMessages(no args)
> ----------------------------------
>
>                 Key: TINKERPOP3-611
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP3-611
>             Project: TinkerPop 3
>          Issue Type: Improvement
>          Components: process
>    Affects Versions: 3.0.0.GA
>            Reporter: Marko A. Rodriguez
>
> Right now {{Messenger.recieveMessages()}} takes a {{MessageScope}} argument. This is oriented towards "message pulling systems" that require the {{MessageScope}} to know which adjacent vertices to get their messages from. For "message passing systems" this is not needed and in fact, if required, requires some sort of message tagging and non-Iterator behavior.  
> We should get rid of the {{MessageScope}} argument and "message pull systems" can simply get the {{MessageScope}}s from {{VertexProgram.getMessageScopes(iteration)}}.



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