jwzh222 / epollView external linksLinks
基于epoll机制的高并发聊天室,c语言实现,代码源于网络仅供学习
☆250Apr 1, 2024Updated last year
Alternatives and similar repositories for epoll
Users that are interested in epoll are comparing it to the libraries listed below
Sorting:
- 基于C++和epoll实现的聊天室☆164Aug 11, 2020Updated 5 years ago
- 一款可运行的基于C++ 实现的WebServer服务器,基于《TCPIP网络编程》和《Linux高性能服务器编程》实现的服务器项目。☆1,450Apr 28, 2022Updated 3 years ago
- 自己实现智能指针☆104Apr 9, 2016Updated 9 years ago
- linux下c/c++模拟实现云盘项目☆634Oct 2, 2021Updated 4 years ago
- C++和Linux学习笔记☆2,357Feb 14, 2022Updated 4 years ago
- 基于B+树、支持数据可靠持久化、数据恢复的小型数据库☆12Nov 2, 2019Updated 6 years ago
- 【C++ 面试 + C++ 学习指南】 一份涵盖大部分 C++ 程序员所需要掌握的核心知识。☆1,301Jan 16, 2023Updated 3 years ago
- Linux网络编程视频教程☆214Jul 14, 2022Updated 3 years ago
- Linux高性能服务器编程源码☆558Dec 28, 2015Updated 10 years ago
- 聊天室 -- 17年暑假项目(Linux C网络编程)☆463Apr 30, 2021Updated 4 years ago
- 在Linux下用C/C++语言开发的即时通讯项目,用了libevent、多线程、mysql等技术☆74Mar 5, 2019Updated 6 years ago
- STL源码分析☆749Nov 25, 2023Updated 2 years ago
- Linux高性能服务器编程(作者 游双) 读书笔记和Demo☆393Mar 25, 2020Updated 5 years ago
- 基于C++11、部分C++14/17特性的一个高性能并发httpserver,包括日志、线程池、内存池、定时器、网络io、http、数据库连接等模块。模块间低耦合高内聚,可作为整体也可单独提供服务。对各模块提供单元测试,对httpserver整体提供性能测试。☆540Sep 9, 2020Updated 5 years ago
- Easy-Reactor是一个Linux C++高性能TCP服务框架,基于Reactor模式,支持单线程、多线程Reactor,也支持UDP服务☆537Dec 27, 2023Updated 2 years ago
- ---AWESOME--- C++学习笔记和常见面试知识点,C++11特性,包括智能指针、四种强制转换、function和bind、移动语义、完美转发、tuple、多态原理、虚表、友元函数、符号重载、函数指针、深浅拷贝、struct内存对齐、volatile以及union\…☆1,927Jul 27, 2022Updated 3 years ago
- 大并发服务器课程源代码☆303Jun 26, 2020Updated 5 years ago
- I/O multiplexing(select,poll和epoll三组I/O复用系统调用),libevent学习笔记和与之相关的小项目。☆31Nov 8, 2017Updated 8 years ago
- A tiny KV storage based on skiplist written in C++ language| 使用C++开发,基于跳表实现的轻量级键值数据库🔥🔥 🚀☆2,404Mar 5, 2024Updated last year
- c/c++ build a simple b+tree RDMS(利用c/c++ 开发基于B+树的小型关系型数据库 )☆516Aug 4, 2020Updated 5 years ago
- Chat room based on C language, with file transfer capability☆52Feb 12, 2018Updated 8 years ago
- The modern c++ rpc library implemented in a few hundred lines of code☆445May 4, 2019Updated 6 years ago
- 知名开源代码库的注释版:C++、Golang等☆1,382Feb 25, 2023Updated 2 years ago
- MySql数据库的连接池实现,多用户 的数据库访问。能够很好的管理数据库的连接(C++)。☆75Oct 29, 2019Updated 6 years ago
- C++ Linux WebServer服务器☆4,046Dec 2, 2023Updated 2 years ago
- C++高性能分布式服务器框架,webserver,websocket server,自定义tcp_server(包含日志模块,配置模块,线程模块,协程模块,协程调度模块,io协程调度模块,hook模块,socket模块,bytearray序列化,http模块,TcpServ…☆4,630Dec 8, 2023Updated 2 years ago
- 从0开始开发 基础库(配置文件读写、日志、多线程、多进程、锁、对象引用计数、内存池、免锁消息队列、免锁数据缓冲区、进程信号、共享内存、定时器等等基础功能组件),网络库(socket、TCP、UDP、epoll机制、连接自动收发消息等等),数据库操作库(mysql,redis…☆1,114Jul 5, 2022Updated 3 years ago
- Linux下C++轻量级WebServer服务器☆19,195Jul 5, 2024Updated last year
- A C++ High Performance Web Server☆8,171Sep 27, 2023Updated 2 years ago
- 一个基于C++11的轻量级网络框架,基于线程池技术可以实现大并发网络IO☆2,175Jan 5, 2026Updated last month
- 红黑树的实现☆292Feb 25, 2018Updated 7 years ago
- linux下开发的一个即时通讯程序,使用mysql数据库和阿里云服务器搭建服务端程序,采用多线程实现高并发。客户端界面用qt框架绘制。☆140Sep 7, 2016Updated 9 years ago
- Ring-Log是一个高效简洁的C++异步日志, 其特点是效率高(每秒支持至少125万+日志写入)、易拓展,尤其适用于频繁写日志的场景☆429Jun 27, 2021Updated 4 years ago
- 【A simple used C++ threadpool】一个简单好用,性能优异的,跨平台的C++线程池。欢迎 star & fork☆414Jul 31, 2025Updated 6 months ago
- A distributed service governance framework. 分布式服务治理框架☆435Mar 31, 2024Updated last year
- based on C++11 , a mini threadpool , accept variable number of parameters 基于C++11的线程池,简洁且可以带任意多的参数☆1,117Jul 18, 2025Updated 6 months ago
- SGI STL source code analysis and note from 《STL源码剖析》 by 侯捷(包含电子书、源码注释及测试代码)☆1,030Mar 17, 2020Updated 5 years ago
- <Libevent深入浅出>本书要求有一定的服务并发编程基础,了解select和epoll等多路I/O复用机制。☆897Mar 10, 2023Updated 2 years ago
- ☆10Jul 22, 2020Updated 5 years ago