修改教程文档

This commit is contained in:
boyce
2019-03-04 16:33:02 +08:00
parent 60377188a4
commit 2320081b43

View File

@@ -265,6 +265,7 @@ func (slf *CCluster) CallNode(nodeid int, servicemethod string, args interface{}
func (slf *CCluster) GoNode(nodeid int, args interface{}, servicemethod string) error
```
在实际使用时注意抽象service只有合理的划分serviceorgin是以service为最小集群单元放到不同的node中以达到动态移动service功能到不同的node进程中。
orgin中Module使用:
---------------
module在orgin引擎中是最小的对象单元service本质上也是一个复杂的module。它同样有着以下方法: