GithubHelp home page GithubHelp logo

httpd's Introduction

HTTP 服务器

#描述: 这是一个加了EPOLL的多进程服务器,采用一个进程在等待请求和回送请求,多个worker来处理请求的内容的方式,集成了管道,共享内存,信号等机制,但没压力测试过。

#TODO: 未来还准备采用心跳监听等方式来维护服务器的稳定,更多详细的内容请参考 DOC 文件夹

#bug: 共享内存的维护有bug,导致刷新浏览器中的页面太快会导致页面异常

#安装: 使用 make 指令即可,运行得到的 HTTPserver 可执行文件,服务器将会开启

#配置: 一些基础配置如 IP:PORT 放在 /include/conf.h,计划中它将被移入 'httpsvr.conf' 中,但一直没精力去做.

httpd's People

Contributors

moggle-mog 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.