Git Product home page Git Product logo

http's Introduction

高性能HTTP服务器

info

开发文档

Part Ⅰ Part Ⅱ Part Ⅲ Part Ⅳ Part Ⅴ Part Ⅵ Part Ⅷ Part Ⅸ Part Ⅹ
项目目的 并发模型 核心结构体 整体设计 主要函数 遇到的问题 测试及改进 背景知识 使用教程

开发环境

开发工具

  • 操作系统: Ubuntu 14.04

  • 编辑器: VSCode + Vim

  • 编译器: gcc 4.8.4

  • 版本控制: git

其他

  • 压测实现: Webbench

  • 自动化构建:

时间线

目前

  • v1.0正在实现

    • 服务器端特性:

      • 高并发模型

        • 非阻塞I/O

        • epoll边缘触发模式 (ET)

      • 添加定时器,定时关闭非活动连接

        • 高效的时间轮结构 + 信号(SIGALRM)
      • 线程池操作及其同步互斥管理

      • 使用有限状态机解析HTTP协议(HTTP1.0, HTTP1.1)

        • 请求方法: GET, POST, HEAD

http's People

Contributors

luckygrx 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.