snax service support cluster

This commit is contained in:
Cloud Wu
2015-05-20 16:13:11 +08:00
parent 4f93054f3a
commit 7b471ae27d
9 changed files with 31 additions and 5 deletions

View File

@@ -43,6 +43,7 @@ end
function init( ... )
print ("ping server start:", ...)
snax.enablecluster() -- enable cluster call
-- init queue
lock = queue()
end