add cluster.proxy and cluster.ncall

This commit is contained in:
Cloud Wu
2014-08-13 17:49:30 +08:00
parent cde423cb73
commit 978e010e67
11 changed files with 79 additions and 9 deletions

View File

@@ -22,5 +22,6 @@ skynet.start(function()
error(string.format("Unknown command %s", tostring(cmd)))
end
end)
skynet.register ".simpledb"
skynet.register "SIMPLEDB"
end)