Skip to content

MiaoHN/Gudov

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gudov

学习 sylar 高性能服务器的代码,对应视频地址。该框架实现了 M 对 N 的线程-协程调度模块,借助 epoll 实现定时器,并通过 hook 系统调用实现了较高的性能。

第三方库

如果是 Ubuntu 系统,需要先下载以下依赖库,其他分发版请自行下载对应的库文件。

apt-get install libyaml-cpp-dev libboost-dev ragel

参考