Giter Club home page Giter Club logo

ccorange_webserver's Introduction

CCOrange_WebServer

该项目为一个使用C++实现的高性能Web服务器,

技术点

  • 利用IO多路复用Epoll以及线程池实现了多线程的Reactor高并发模型
  • 利用正则表达式与状态机解析HTTP请求,从而实现处理静态资源请求
  • 利用标准库中的容器封装了char,实现自动增长的缓冲区
  • 基于小根堆实现的定时器,关闭超时的非活动连接
  • 利用单例模式和阻塞队列实现异步日志系统,记录服务器的运行状态
  • 利用RAII机制实现数据库连接池,减少数据库连接的建立和关闭的开销,同时实现了用户注册登录的功能

具体实现细节参见各目录下的readme

ccorange_webserver's People

Contributors

chen150182055 avatar

Watchers

 avatar

Forkers

gu-cryptography

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.