You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@reef.apache.org by "Julia (JIRA)" <ji...@apache.org> on 2017/06/05 06:37:04 UTC

[jira] [Comment Edited] (REEF-1763) Replace interop call to StartHandlerOnNext() between Java/C# bridges

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

Julia edited comment on REEF-1763 at 6/5/17 6:36 AM:
-----------------------------------------------------

Is your intention to use Avro message sending over Network to replace the calls between Java and .Net? Current calls are method calls in memory, and both .net and Java are in the same process. If we change them into sending messages over network, is there any performance impact? 

Also there will be a lot of messages to be defined. Plus nested messages, serialization and deserialization would be a bit overhead. 


was (Author: juliaw):
Is your intention to use Avro message sending over Network to replace the calls between Java and .Net? Current calls are method calls, and both .net and Java are in the same process. If we change them into sending messages over network, is there any performance impact? 

Also there will be a lot of messages to be defined. Plus nested messages, serialization and deserialization would be a bit overhead. 

> Replace interop call to StartHandlerOnNext() between Java/C# bridges
> --------------------------------------------------------------------
>
>                 Key: REEF-1763
>                 URL: https://issues.apache.org/jira/browse/REEF-1763
>             Project: REEF
>          Issue Type: Sub-task
>          Components: REEF Bridge, REEF Driver
>            Reporter: Doug Service
>            Assignee: Doug Service
>
> Currently bridge communication from Java to C# is performed via managed C++ interop which is not supported on Linux. This is the first of a number of changes to replace all of the interop calls between Java and C# with Avro messages carried by the REEF Wake networking classes.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)