ergesun / net-utility
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
- 系统编程:Makefile的编写、进程线程区别以及控制、生产者消费者模型、System V标准和POSIX标准中的IPC间通信、简单Shell脚本的编写;网络编程:基于TCP/UDP的客户端/服务器、socket、高级I/O、select/poll/epoll、Http协议☆55Updated 8 years ago
- 这里总结下c++11的新特性☆11Updated 9 years ago
- 最简单的tcpserver,主要解决tcp的粘包、分包的问题☆14Updated 9 years ago
- Linux下单进程/多线程/多进程/select/epoll架构的socket服务端和客户端的框架☆47Updated 8 years ago
- 在基于Linux系统的主机上,通过C/C++实现对主机状态监控,衡量终端负载情况。 设计目标是实现对: (1)CPU占用率 (2)系统运行时长 (3)内存占用率 (4)网络接口属性:接口名、IP地址、MAC地址 (5)网卡速率信息:上下行网速 的监控。☆24Updated 10 months ago
- 该项目主要是用c++实现了跨平台的基础库,包括线程、互斥锁、自旋锁、条件变量、信号量等。另外还有封装了日志、配置文件读取、日期时间等常用类。再此基础上封装了开源Libevent网络库。主程序框架用了单例模式、工厂模式、命令模式来实现。☆20Updated 8 years ago
- 基于 ZeroMQ 封装的进程间通信库,支持按 Topic 过滤的发布订阅模式和 RPC 模式通 信☆16Updated 2 years ago
- 分布式队列服务器,实现接口简单,支持tcp/udp,高可用、高性能的队列服务器集群☆47Updated 6 years ago
- fast thread pool☆27Updated 6 years ago
- C++高性能分布式服务器框架☆13Updated 4 years ago
- c++11实现的一个实用的轻量级跨平台多线程actor框架,支持pull和push接口,支持基于协程的异步调用,目前只支持本地消息传递☆22Updated last year
- C语言实 现进程间通信,共享内存演示☆12Updated 5 years ago
- Three major design patterns for multithreading development☆32Updated last year
- 即时通信 select/poll/epoll☆45Updated 4 years ago
- 基于共享内存的进程间通信组件☆15Updated 5 years ago
- A simple cross-platform c++11 reactor-based library just like the implementation for cpp (muduo), java(netty) and python(twisted)☆26Updated 5 years ago
- 一个自己封装的基于reactor的c++网络库☆36Updated 8 years ago
- shared memory☆20Updated 8 years ago
- “四人帮”-《设计模式:可复用面向对象软件的基础》所有模式的实现,使用C++语言☆74Updated 9 years ago
- C++ 定时器, 基于 C++11, libuv 实现☆94Updated 8 years ago
- epoll+线程池实现大文件传输☆66Updated 9 years ago
- A IPC library based on Posix thread and Posix message queue.☆11Updated 5 years ago
- Automatically exported from code.google.com/p/evproto☆14Updated 8 years ago
- 使用c++ 14 重构muduo网络库。去除boost依赖。☆34Updated 7 years ago
- 用C++11的std::atomic<T>实现一个无锁队列☆17Updated 8 years ago
- A single header c++ timer☆18Updated 3 years ago
- 使用C++描述的设计模式☆18Updated 7 years ago
- 这是个纯C简单的开发框架. 跨平台,提供了日志模块,配置解析模块,多线程模块,json或csv解析模块, 适合开发一些C的简易项目!☆21Updated 8 years ago
- libhv gui demo using Qt☆18Updated 2 years ago
- I/O multiplexing(select,poll和epoll三组I/O复用系统调用),libevent学习笔记和与之相关的小项目。☆31Updated 7 years ago