lock free global mq

This commit is contained in:
云风
2012-10-11 19:25:13 +08:00
parent 4f6c4c0724
commit aed83ea5e8
6 changed files with 32 additions and 49 deletions

View File

@@ -102,7 +102,6 @@ main(int argc, char *argv[]) {
optstring("luaservice","./service/?.lua");
config.thread = optint("thread",8);
config.mqueue_size = optint("mqueue",256);
config.module_path = optstring("cpath","./service/?.so");
config.logger = optstring("logger",NULL);
config.harbor = optint("harbor", 1);