Skip to content

Commit

Permalink
modify README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yanyiwu committed Nov 30, 2013
1 parent 651c5cc commit 651b5a3
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,6 @@

## 主要模块:

### Daemon.cpp/h

守护进程的模式,这个服务启动之后有两个进程,父进程和子进程。
父进程作为子进程的守护进程,主要的代码逻辑都是在子进程里面进行。
父进程的主要职责就是启动子进程,然后等待。
然后在等待的过程中,子进程异常退出了,就会继续启动子进程。
如果子进程是正常退出,则父进程也一起退出。

### ServerFrame.cpp/h

ServerFrame主要是一个http服务的socket通信框架,这个ServerFrame需要传入IRequestHandler这个接口类。
Expand All @@ -19,7 +11,3 @@ ServerFrame主要是一个http服务的socket通信框架,这个ServerFrame需

http参数的解析

### globals.h

定义一些文件路径和参数配置

0 comments on commit 651b5a3

Please sign in to comment.