Giter Club home page Giter Club logo

webserver's Introduction

WebServer

介绍

  • 使用epoll的IO多路复用,基于Reactor模式的并发模型
  • 简单实现线程池管理线程,避免线程频繁创建删除线程的开销
  • 基于小根堆实现定时器清理失效连接,解决超时连接占有系统资源的问题
  • 简单实现HTTP协议的功能,支持GET请求,支持长连接

优化

  • 信号量替换条件变量
  • string的find函数替换regex

编译

cd MyServer
make

运行

./bin/myserver

测试

./webbench-1.5/webbench -c num -t time http://ip:port/

num为并发量
time为测试时间

img0 img1 img2

优化前QPS约为9k,QPS约为2w

webserver's People

Contributors

tricky511 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.