skynet filter

This commit is contained in:
云风
2012-09-01 03:18:31 +08:00
parent 4d1781fe39
commit 6c31df9e11
2 changed files with 40 additions and 26 deletions

View File

@@ -11,7 +11,7 @@ skynet.start(function()
local watchdog = skynet.launch("snlua","watchdog","8888 4 0")
local db = skynet.launch("snlua","simpledb")
local redis = skynet.launch("snlua","redis-mgr")
skynet.launch("snlua","testgroup")
-- skynet.launch("snlua","testgroup")
skynet.exit()
end)