ergesun / net-utilityLinks
Network Stack Worker Reuse Lib
☆10Updated 7 years ago
Alternatives and similar repositories for net-utility
Users that are interested in net-utility are comparing it to the libraries listed below
Sorting:
- C语言实现进程间通信,共享内存演示☆12Updated 6 years ago
- 最简单的tcpserver,主要解决tcp的粘包、分包的问题☆14Updated 9 years ago
- A IPC library based on Posix thread and Posix message queue.☆11Updated 5 years ago
- 该项目主要是用c++实现了跨平台的基础库,包括线程、互斥锁、自旋锁、条件变量、信号量等。另外还有封装了日志、配置文件读取、日期时间等常用类。再此基础上封装了开源Libevent网络库。主程序框架用了单例模式、工厂模式、命令模式来实现。☆20Updated 9 years ago
- 系统编程:Makefile的编写、进程线程区别以及控制、生产者消费者模型、System V标准和POSIX标准中的IPC间通信、简单Shell脚本的编写;网络编程:基于TCP/UDP的客户端/服务器、socket、高级I/O、select/poll/epoll、Http协议☆56Updated 9 years ago
- 实现一个消息传递模型,并学习多种makefile的编写方式,进行编译☆23Updated 4 years ago
- 使用c++ 14 重构muduo网络库。去除boost依赖。☆34Updated 7 years ago
- Sender-Receiver communication based on Unix domain sockets☆13Updated 8 years ago
- 基于 ZeroMQ 封装的进程间通信库,支持按 Topic 过滤的发布订阅模式和 RPC 模式通信☆16Updated 2 years ago
- 基于共享内存的进程间通信组件☆15Updated 6 years ago
- libuv系列教程的配套代码,从0到深度了解libuv的框架与使用。☆32Updated 5 years ago
- linux线程间同步(Inter-Thread Synchronization)方式汇总☆60Updated 9 years ago
- Linux下单进程/多线程/多进程/select/epoll架构的socket服务端和客户端的框架☆48Updated 8 years ago
- mini版FTP服务器实现文件上传和下载、断点续传、限速等功能☆83Updated 4 years ago
- linux c 多路复用IO/epoll/select/poll 实现mqtt服务器,qt 5.80 实现mqtt客户端☆33Updated 5 years ago
- 一个轻量级的转换工具, 用于把RGB像素块转换为YUV.☆19Updated 11 months ago
- fast thread pool☆27Updated 6 years ago
- 这里总结下c++11的新特性☆12Updated 9 years ago
- epoll+线程池实现大文件传输☆66Updated 10 years ago
- Cross-Platform Thread , Mutex and Semaphore☆11Updated 6 years ago
- 使用C++描述的设计模式☆18Updated 7 years ago
- OpenGL ES 2.0 Tutorials on QNX☆21Updated 9 years ago
- onvif协议☆34Updated 9 years ago
- 一个基于epoll的多线程 linux c http web服务器☆24Updated 10 years ago
- C++ 资源大全中文 版,标准库、Web应用框架、人工智能、数据库、图片处理、机器学习、日志、代码分析等☆16Updated 5 years ago
- libevent-1.4.15源码阅读注释☆73Updated 6 years ago
- Compare performance of IPC(Inter-Process Communication), include file, zeromq, socket, unixsocket, share-memory, msq-queue and so on☆30Updated 4 years ago
- “四人帮”-《设计模式:可复用面向对象软件的基础》所有模式的实现,使用C++语言☆75Updated 10 years ago
- Transfer block of data from one linux process to another, used IPC technology such as semaphore and share memory.☆12Updated 11 years ago
- A simple cross-platform c++11 reactor-based library just like the implementation for cpp (muduo), java(netty) and python(twisted)☆27Updated 6 years ago