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
- 大并发服务器学习笔记,主要针对与poll、epoll和muduo的探讨☆24Updated 6 years ago
- Network Stack Worker Reuse Lib☆10Updated 7 years ago
- 基于线程池、消息队列和epoll模型实现并发服务器架构☆42Updated 5 years ago
- 使用c++ 14 重构muduo网络库。去除boost依赖。☆34Updated 7 years ago
- 这里总结下c++11的新特性☆11Updated 9 years ago
- I/O multiplexing(select,poll和epoll三组I/O复用系统调用),libevent学习笔记和与之相关的小项目。☆31Updated 7 years ago
- 基于Linux下的网络编程,采用多线程并发服务器模型,实现局域网的聊天室项目。☆28Updated 6 years ago
- C++高性能分布式服务器框架☆13Updated 5 years ago
- linux网络编程框架(C++)基于Reactor事件机制,支持线程池,异步非阻塞,高并发,高性能☆85Updated 2 years ago
- 涵盖C++ Primer 5th、 effective C++ 、 STL api和demos C++ 基础知识与理论、 智能指针、C++11、 Git教程 Linux命令 Unix操作系统(进程、线程、内存管理、信号)计算机网络、 数据结构(排序、查找)、数据库、、C++…☆37Updated 4 years ago
- LinuxC++ 高并发网络编程【高性能静态网络服务器 一步步搭建过程】从基础到socket熟练应用☆53Updated 4 years ago
- 这是一个简易的rpc框架☆20Updated 7 years ago
- Linux下单进程/多线程/多进程/select/epoll架构的socket服务端和客户端的框架☆48Updated 8 years ago
- c++千万级高并发网络通信(Socket协议,跨平台全栈开发)☆93Updated 5 years ago
- Easy-Load-Balancer(ELB)是一个易用、稳定、高性能的服务间远程调用的管理、调度、负载系统☆58Updated 6 years ago
- 一个自己封装的基于reactor的c++网络库☆36Updated 9 years ago
- 基于muduo(多线程网络服务框架)在应用层实现了RTSP服务器☆83Updated 4 years ago
- muduo v1.0.4的注释版☆92Updated 9 years ago
- 分布式队列服务器,实现接口简单,支持tcp/udp,高可用、高性能的队列 服务器集群☆48Updated 6 years ago
- 基于C++ Muduo网络库的集群聊天服务器项目☆68Updated 5 years ago
- 基于C语言编写的高并发Epoll服务器☆20Updated 5 years ago
- Linux环境下的C/C++小项目☆95Updated 7 years ago
- MySql数据库的连接池实现,多用户的数据库访问。能够很好的管理数据库的连接(C++)。☆69Updated 5 years ago
- 最简单的tcpserver,主要解决tcp的粘包、分包的问题☆14Updated 9 years ago
- epoll+线程池实现大文件传输☆66Updated 10 years ago
- 系统编程:Makefile的编写、进程线程区别以及控制、生产者消费者模型、System V标准和POSIX标准中的IPC间通信、简单Shell脚本的编写;网络编程:基于TCP/UDP的客户端/服务器、socket、高级I/O、select/poll/epoll、Http协议☆55Updated 9 years ago
- 尝试实现一个迷你的web服务器,用来学习C++语法、多线程编程、网络编程、Linux环境下编程☆21Updated 6 years ago
- 基于 Connect UDP 和自定义网络协议(简单请求响应协议) 、Reactor 网络模型(one loop per thread + 线程池) 的轻量RPC框架!☆21Updated 10 months ago
- 基于共享内存的进程间通信组件☆15Updated 5 years ago
- 线程池,使用了很多C++ 11的新特性, 流程和传统的差不多,但是代码简洁了很多。☆25Updated 6 years ago