编程实验第三次,高性能web服务器,用c++编写一个支持高并发的web服务器,用于提供静态文件访问和日志管理,用到多线程与线程池、网络编程框架
☆46Apr 7, 2013Updated 13 years ago
Alternatives and similar repositories for HPS
Users that are interested in HPS are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 尝试实现一个迷你的web服务器,用来学习C++语法、多线程编程、网络编程、Linux环境下编程☆23Feb 26, 2019Updated 7 years ago
- 多进程(进程池)服务器☆13Aug 15, 2013Updated 13 years ago
- 一个基于epoll的多线程 linux c http web服务器☆23Mar 7, 2015Updated 11 years ago
- 分布式、高并发游戏服务器,C++编写、数据库mysql、缓存redis。配置文件在config文件夹中☆15May 6, 2023Updated 3 years ago
- 此项目基于Linux系统,采用分布式架构、MVC(mode-view-controller)框架,通过Nginx 负载均衡实现多个服务器集群,使用one loop per thread +thread pool模式,通过开源的libevent I/O框架库,采用非阻塞 IO…☆12May 4, 2022Updated 4 years ago
- Managed Kubernetes at scale on DigitalOcean • AdDigitalOcean Kubernetes includes the control plane, bandwidth allowance, container registry, automatic updates, and more for free.
- 张正友相机标定例子☆10May 14, 2020Updated 6 years ago
- 使用 epoll 实现多线程 Reactor 模式的 TCP server 框架。☆10Jul 1, 2019Updated 7 years ago
- 在 Linux 环境下使用 C 语言实现,使用socket 通信,结合select函数实现高并发的IO,客户端发送消息到服务器,服务器在广播到每个聊天室成员。☆50Sep 1, 2016Updated 9 years ago
- linux网络编程框架(C++)基于Reactor事件机制,支持线程池,异步非阻塞,高并发,高性能☆82Dec 30, 2022Updated 3 years ago
- HTTP仿云盘文件服务器☆15Aug 8, 2018Updated 8 years ago
- 爬虫☆13Jul 31, 2015Updated 11 years ago
- 用C++开发web服务器框架☆31Jul 24, 2021Updated 5 years ago
- Video4Linux example application☆13Nov 13, 2012Updated 13 years ago
- 用Linux C编程实现了一个多进程的web局域网服务器,主要用到了socket网络编程接口和http协议,处理了多进程中的僵尸问题(signal),超时连接问题(select)以及统计在线连接数目☆42Oct 22, 2015Updated 10 years ago
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- key-value 多线程服务器☆14Jul 19, 2015Updated 11 years ago
- My personal website - built in Django / Python / Wagtail <3☆11Dec 8, 2022Updated 3 years ago
- A small C++ library for formatted stream output of standard library objects☆10Dec 16, 2015Updated 10 years ago
- 在Linux下用C/C++语言开发的即时通讯项目,用了libevent、多线程、mysql等技术☆78Mar 5, 2019Updated 7 years ago
- 跨平台的c开发库,提供asio、stream、容器、算法、xml/json/plist解析、数据库等常用模块 http://www.tboox.org☆37Jan 22, 2017Updated 9 years ago
- 全称为Advanced Client Framework,意为进阶、先进的Qt客户端框架。集成了插件式模块、换肤、任意分辨率自适应等功能,大大提高了项目开发效率。☆15Oct 9, 2023Updated 2 years ago
- Spring源码深度解析笔记☆21Feb 27, 2018Updated 8 years ago
- 基于Django开发的个人博客系统:CoolBlog☆13May 26, 2018Updated 8 years ago
- 整理的一些常用后端Qt代码段☆38Jul 11, 2024Updated 2 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- 学习socket网络编程,学习C++类的封装☆20Mar 17, 2015Updated 11 years ago
- 一些周志华西瓜书(公 式参照南瓜书)的学习总结和记录☆12May 12, 2019Updated 7 years ago
- Text Menu in LCD☆12Aug 30, 2022Updated 3 years ago
- Inner House Path Planning Algorithm。单源最短路径算法。根据真实路况设计了能使算法更为高效的数据结构,基于向量算法计算前进的相对方向,支持室内导航。☆15Nov 10, 2015Updated 10 years ago
- C++、C#版的行为树,配上基于PyQt的图形化编辑工具☆12Jun 11, 2019Updated 7 years ago
- 基于C语言实现一个简易的Web服务器,支持Http和Https(基于OpenSSL的TLS协议)☆13Sep 20, 2021Updated 4 years ago
- python☆11Feb 17, 2025Updated last year
- Core to dump☆12Mar 26, 2016Updated 10 years ago
- Linux下C语言实现即时通讯系统☆12Jun 3, 2018Updated 8 years ago
- End-to-end encrypted email - Proton Mail • AdSpecial offer: 40% Off Yearly / 80% Off First Month. All Proton services are open source and independently audited for security.
- 使用c语言在linux系统下编写网络的聊天室,采用socket通信机制、多线程机制和Mysql数据库实现C/S之间的通信(文字传输、图片传输、请求访问服务器数据库中在线人数等功能)☆21Jan 5, 2021Updated 5 years ago
- A cross platform HTTP client written in C++ based on raw sockets☆13Jul 19, 2019Updated 7 years ago
- openmeeting视频会议,仿QQ群视频,实现多人视频,多人语音,文字聊天,表情,共享PPT功能,自由发言,主持人控制发言,按F2发言三种语音模式 ,客户端使用vs2010+qt4.85开发,服务器使用php+go语言,数据库采用mysql 演示系统所有密码都是1234…☆37Jan 22, 2017Updated 9 years ago
- 使用C++、opencv、Qt编写的人脸识别算法服务器☆23Jul 22, 2016Updated 10 years ago
- 利用 C++ 编写的 HTTP 服务器,使用线程池 + Reactor 模式☆13Apr 22, 2019Updated 7 years ago
- 桌面聊天工具(基于TCP/UDP的java实现)Java-based chating room ,which be used in loacl area network☆11May 9, 2013Updated 13 years ago
- APUE(Advanced Programming in the UNIX)《UNIX环境高级编程(第3版)》学习笔记☆23Aug 8, 2018Updated 8 years ago