anitazhaochen / IPC_ShareMemory
C语言实现进程间通信,共享内存演示
☆12Updated 6 years ago
Alternatives and similar repositories for IPC_ShareMemory
Users that are interested in IPC_ShareMemory are comparing it to the libraries listed below
Sorting:
- 基于线程池、消息队列和epoll模型实现并发服务器架构☆42Updated 5 years ago
- 大并发服务器学习笔记,主要针对与poll、epoll和muduo的探讨☆24Updated 6 years ago
- I/O multiplexing(select,poll和epoll三组I/O复用系统调用),libevent学习笔记和与之相关的小项目。☆31Updated 7 years ago
- Network Stack Worker Reuse Lib☆10Updated 7 years ago
- linux网络编程框架(C++)基于Reactor事件机制,支持线程池,异步非阻塞,高并发,高性能☆85Updated 2 years ago
- MySql数据库的连接池实现,多用户的数据库访问。能够很好的管理数据库的连接(C++)。☆70Updated 5 years ago
- 基于C++ Muduo网络库的集群聊天服务器项目☆70Updated 5 years ago
- codes of linux programing (线程池,IO复用,进程间通信等)☆56Updated 9 years ago
- 最简单的tcpserver,主要解决tcp的粘包、分包的问题☆14Updated 9 years ago
- LinuxC++ 高并发网络编程【高性能静态网络服务器 一步步搭建过程】从基础到socket熟练应用☆53Updated 4 years ago
- 分布式队列服务器,实现接口简单,支持tcp/udp,高可用、高性能的队列服务器集群☆47Updated 6 years ago
- 尝试实现一个迷你的web服务器,用来学习C++语法、多线程编程、网络编程、Linux环境下编程☆22Updated 6 years ago
- 网络云盘(简单的毕设项目)☆52Updated 4 years ago
- c++千万级高并发网络通信(Socket协议,跨平台全栈开发)☆93Updated 5 years ago
- Easy-Load-Balancer(ELB)是一个易用、稳定、高性能的服务间远程调用的管理、调度、负载系统☆60Updated 7 years ago
- 后端开发基础组件设计——池式组件(线程池、内存池、异步请求池)、高性能组件(原子操作CAS与锁、无锁消息队列、定时器、死锁检测、内存泄漏检测)及开源组件(libevent/libev、异步日志log4cpp、应用层协议设计ProtoBuf/Thrift)☆17Updated 2 years ago
- c++负载均衡服务器☆30Updated 6 years ago
- Qt / Qml 做的一款用于聊天的服务器☆10Updated 6 years ago
- 基于qt的监控项目+视频文件传输☆16Updated 3 years ago
- 使用c++ 14 重构muduo网络库。去除boost依 赖。☆34Updated 7 years ago
- epoll+线程池实现大文件传输☆66Updated 10 years ago
- 这是一个项目,C/S架构,服务端为C++,客户端为Qt,XML为小型数据库,主要是为了进行一些XML的操作。☆20Updated 7 years ago
- 这是一个基于Qt5开发的模仿企业QQ的客户端☆25Updated 2 years ago
- 基于C语言编写的高并发Epoll服务器☆21Updated 5 years ago
- 基于muduo(多线程网络服务框架)在应用层实现了RTSP服务器☆83Updated 4 years ago
- 基于C++使用 epoll + threadpool 实现的 webServer,支持GET、POST☆44Updated 6 years ago
- Linux下单进程/多线程/多进程/select/epoll架构的socket服务端和客户端的框架☆48Updated 8 years ago
- 基于Linux下的网络编程,采用多线程并发服务器模型,实现局域网的聊天室项目。☆29Updated 6 years ago
- 线程池,使用了很多C++ 11的新特性, 流程和传统的差不多,但是代码简洁了很多。☆26Updated 6 years ago
- c++工具库☆106Updated 4 years ago