[
https://issues.apache.org/jira/browse/SINGA-16?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14589448#comment-14589448
]
ASF subversion and git services commented on SINGA-16:
------------------------------------------------------
Commit da6e4dce8ad6be5bd851425e539e350ea9db5173 in incubator-singa's branch
refs/heads/master from wang sheng
[ https://git-wip-us.apache.org/repos/asf?p=incubator-singa.git;h=da6e4dc ]
SINGA-16 Runtime Process id Management
Add two new feature in ClusterRuntime Class
-- int RegistProc(const string& host_addr)
-- string GetProcHost(int proc_id)
> Runtime Process id Management
> -----------------------------
>
> Key: SINGA-16
> URL: https://issues.apache.org/jira/browse/SINGA-16
> Project: Singa
> Issue Type: New Feature
> Reporter: Sheng Wang
> Assignee: Sheng Wang
>
> For multi-process training, each process should know its own logic process
> id, and also know the physical host:port of all logic processes.
> This feature should be support by ClusterRuntime component.
> Before a process start its job, it will first register its physical
> host:port, and get a unique process id from ClusterRuntime.
> When the process need to communicate with other processes, it will get
> address from the ClusterRuntime as well.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)