基于epoll机制的高并发聊天室,c语言实现,代码源于网络仅供学习
☆250Apr 1, 2024Updated 2 years ago
Alternatives and similar repositories for epoll
Users that are interested in epoll are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 基于C++和epoll实现的聊天室☆164Aug 11, 2020Updated 5 years ago
- 自己实现智能指针☆105Apr 9, 2016Updated 10 years ago
- 一款可运行的基于C++ 实现的WebServer服务器,基于《TCPIP网络编程》和《Linux高性能服务器编程》实现的服务器项目。☆1,463Apr 28, 2022Updated 3 years ago
- 在Linux下用C/C++语言开发的即时通讯项目,用了libevent、多线程、mysql等技术☆74Mar 5, 2019Updated 7 years ago
- C++和Linux学习笔记☆2,397Feb 14, 2022Updated 4 years ago
- GPU virtual machines on DigitalOcean Gradient AI • AdGet to production fast with high-performance AMD and NVIDIA GPUs you can spin up in seconds. The definition of operational simplicity.
- 聊天室 -- 17年暑假项目(Linux C网络编程)☆464Apr 30, 2021Updated 4 years ago
- 基于线程池、消息队列和epoll模型实现并发服务器架构☆44May 26, 2019Updated 6 years ago
- 【C++ 面试 + C++ 学习指南】 一份涵盖大部分 C++ 程序员所需要掌握的核心知识。☆1,305Jan 16, 2023Updated 3 years ago
- linux下c/c++模拟实现云盘项目☆633Oct 2, 2021Updated 4 years ago
- Chat room based on C language, with file transfer capability☆52Feb 12, 2018Updated 8 years ago
- Linux网络编程视频教程☆213Jul 14, 2022Updated 3 years ago
- Linux高性能服务器编程(作者 游双) 读书笔记和Demo☆394Mar 25, 2020Updated 6 years ago
- Linux网络编程 / socket编程 / 聊天室 / select & poll & epoll / network programming☆13Mar 24, 2019Updated 7 years ago
- Linux高性能服务器编程源码☆557Dec 28, 2015Updated 10 years ago
- Wordpress hosting with auto-scaling - Free Trial • AdFully Managed hosting for WordPress and WooCommerce businesses that need reliable, auto-scalable performance. Cloudways SafeUpdates now available.
- 计算机网络实验设计,利用 Socket 实现双机通信,QT C++ | Computer Networks Course Design SDU☆13May 28, 2021Updated 4 years ago
- Linux下C++轻量级WebServer服务器☆19,415Jul 5, 2024Updated last year
- ---AWESOME--- C++学习笔记和常见面试知识点,C++11特性,包括智能指针、四种强制转换、function和bind、移动语义、完美转发、tuple、多态原理、虚表、友元函数、符号重载、函数指针、深浅拷贝、struct内存对齐、volatile以及union\…☆1,940Jul 27, 2022Updated 3 years ago
- C++ Linux WebServer服务器☆4,068Dec 2, 2023Updated 2 years ago
- 基于B+树、支持数据可靠持久化、数据恢复的小型数据库☆12Nov 2, 2019Updated 6 years ago
- 从零开始创建一个支持负载均衡的Reactor模式网络库,支持linux平台的三种IO 复用,并基于此构建了多个有趣的应用,包括经过高度优化实现的高并发的Echo服务,使用消息反射技术实现的聊天服务等,云会议室等,参见【Apps】☆13Aug 24, 2023Updated 2 years ago
- B站搜索“【三千行代码小型项目】C语言实现双端即时通讯软件”的讲解视频,如果你觉得有所收收获,请在CSDN订阅相关专栏,这是给我的支持与鼓励!☆72Jul 20, 2020Updated 5 years ago
- 红黑树的实现☆290Feb 25, 2018Updated 8 years ago
- A C++ High Performance Web Server☆8,185Sep 27, 2023Updated 2 years ago
- Bare Metal GPUs on DigitalOcean Gradient AI • AdPurpose-built for serious AI teams training foundational models, running large-scale inference, and pushing the boundaries of what's possible.
- STL源码分析☆747Nov 25, 2023Updated 2 years ago
- Easy-Reactor是一个Linux C++高性能TCP服务框架,基于Reactor模式 ,支持单线程、多线程Reactor,也支持UDP服务☆538Dec 27, 2023Updated 2 years ago
- 知名开源代码库的注释版:C++、Golang等☆1,379Feb 25, 2023Updated 3 years ago
- 一个基于C++11的轻量级网络框架,基于线程池技术可以实现大并发网络IO☆2,185Jan 5, 2026Updated 3 months ago
- C++高性能分布式服务器框架,webserver,websocket server,自定义tcp_server(包含日志模块,配置模块,线程模块, 协程模块,协程调度模块,io协程调度模块,hook模块,socket模块,bytearray序列化,http模块,TcpServ…☆4,639Dec 8, 2023Updated 2 years ago
- Interactive TCP stack learning tool☆13May 27, 2023Updated 2 years ago
- 从零开始实现一个聊天室客户端(用qt实现,在Windows和Linux环境下都行),和在Linux下实现服务器后台☆262Oct 11, 2024Updated last year
- 基于c++实现的分布式文件传输系统☆11May 27, 2023Updated 2 years ago
- 基于C++11、部分C++14/17特性的一个高性能并发httpserver,包括日志、线程池、内存池、定时器、网络io、http、数据库连接等模块。模块间低耦合高内聚,可作为整体也可单独提供服务。对各模块提供单元测试,对httpserver整体提供性能测试。☆543Sep 9, 2020Updated 5 years ago
- Serverless GPU API endpoints on Runpod - Bonus Credits • AdSkip the infrastructure headaches. Auto-scaling, pay-as-you-go, no-ops approach lets you focus on innovating your application.
- A tiny KV storage based on skiplist written in C++ language| 使用C++开发,基于跳表实现的轻量级键值数据库🔥🔥 🚀☆2,403Mar 5, 2024Updated 2 years ago
- c/c++ build a simple b+tree RDMS(利用c/c++ 开发基于B+树的小型关系型数据库 )☆516Aug 4, 2020Updated 5 years ago
- linux下开发的一个即时通讯程序,使用mysql数据库和阿里云服务器搭建服务端程序,采用多线程实现高并发。客户端界面用qt框架绘制。☆140Sep 7, 2016Updated 9 years ago
- 大并发服务器课程源代码☆302Jun 26, 2020Updated 5 years ago
- MySql数据库的连接池实现,多用户的数据库访问。能够很好的管理数据库的连接(C++)。☆75Oct 29, 2019Updated 6 years ago
- I/O multiplexing(select,poll和epoll三组I/O复用系统调用),libevent学习笔记和与之相关的小项目。☆31Nov 8, 2017Updated 8 years ago
- The modern c++ rpc library implemented in a few hundred lines of code☆441May 4, 2019Updated 6 years ago