소스 검색

Merge branch 'nancy-libevent2' of https://github.com/kekekeks/FrameworkBenchmarks into PR489

tfb 12 년 전
부모
커밋
1264618ae6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      nancy/setup_libevent.py

+ 1 - 1
nancy/setup_libevent.py

@@ -24,7 +24,7 @@ def start(args):
     
     # fastcgi
     for port in range(9001, 9001 + args.max_threads):
-      subprocess.Popen("mono-sgen -O=all Event2Host/bin/Release/Event2Host.exe 127.0.0.1 " + str(port) + " " + args.database_host + " &", shell=True, cwd=app)
+      subprocess.Popen("mono-sgen -O=all LibeventHost/bin/Release/LibeventHost.exe 127.0.0.1 " + str(port) + " " + args.database_host + " &", shell=True, cwd=app)
     return 0
   except subprocess.CalledProcessError:
     return 1