From 2320081b4398adafce75296341d5656139b2a63e Mon Sep 17 00:00:00 2001 From: boyce Date: Mon, 4 Mar 2019 16:33:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=95=99=E7=A8=8B=E6=96=87?= =?UTF-8?q?=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 54c2f14..2a09280 100644 --- a/README.md +++ b/README.md @@ -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,只有合理的划分service,orgin是以service为最小集群单元放到不同的node中,以达到动态移动service功能到不同的node进程中。 + orgin中Module使用: --------------- module在orgin引擎中是最小的对象单元,service本质上也是一个复杂的module。它同样有着以下方法: