june505 / log4cpp-encapsulationLinks
封装一个日志类,让记录日志更加简便。
☆12Updated 10 years ago
Alternatives and similar repositories for log4cpp-encapsulation
Users that are interested in log4cpp-encapsulation are comparing it to the libraries listed below
Sorting:
- C++实现,对libevent库二次开发,解决libevent和自有服务融合问题☆223Updated 6 years ago
- kimgbo是muduo网络库的重构版本☆136Updated 8 years ago
- muduo in windows☆69Updated 6 years ago
- 基于线程池、消息队列和epoll模型实现并发服务器架构☆43Updated 6 years ago
- Linux下单进程/多线程/多进程/select/epoll架构的socket服务端和客户端的框架☆47Updated 9 years ago
- 自己写的一些C++常用类,目前包含Heartbeat,CIniFile,Log(线程安全的跨平台日志类), 控制台彩色输出(跨平台),后面根据需要逐渐增加☆29Updated 9 years ago
- epoll+线程池实现大文件传输☆68Updated 10 years ago
- libevent-1.4.15源码阅读注释☆72Updated 7 years ago
- a simple network library☆191Updated 5 years ago
- 2019年最新总结,值得推荐的c/c++开源框架与库。持续更新中。☆36Updated 6 years ago
- The code from CSDN(大学时写的博客代码存储地)☆83Updated 2 years ago
- ☆92Updated 7 years ago
- linux网络编程框架(C++)基于Reactor事件机制,支持线程池,异步非阻塞,高 并发,高性能☆86Updated 3 years ago
- 该项目主要是用c++实现了跨平台的基础库,包括线程、互斥锁、自旋锁、条件变量、信号量等。另外还有封装了日志、配置文件读取、日期时间等常用类。再此基础上封装了开源Libevent网络库。主程序框架用了单例模式、工厂模式、命令模式来实现。☆20Updated 9 years ago
- Simple C++multithread lib☆126Updated 6 years ago
- C++解析websocket协议☆180Updated 7 years ago
- MySql数据库的连接池实现,多用户的数据库访问。能够很好的管理数据库的连接(C++)。☆75Updated 6 years ago
- ☆70Updated 6 years ago
- 利用C++把之前的socket重新封装成类,按照面对对象思想编写,增加异常类,epoll,多线程,读写锁,然后完成一个比较完善聊天室,增加心跳包☆37Updated 6 years ago
- 轻量级网络库, 基于C++11☆125Updated 3 years ago
- 一些C/C++常用封装例子☆214Updated 4 years ago
- C++ 定时器, 基于 C++11, libuv 实现☆98Updated 9 years ago
- 基于muduo(多线程网络服务 框架)在应用层实现了RTSP服务器☆87Updated 5 years ago
- muduo v1.0.4的注释版☆93Updated 10 years ago
- c++千万级高并发网络通信(Socket协议,跨平台全栈开发)☆98Updated 6 years ago
- 基于c++内存池,共享内存和信号量实现高速的进程间通信队列,单进程读单进程写无需加锁,多进程读多进程写用信号量集实现读写锁保证读写安全☆368Updated 5 years ago
- fast thread pool☆29Updated 7 years ago
- libevent library reimplemented with c++☆43Updated 6 years ago
- 高性能网络设计——网络编程(网络io与select、poll、epoll,reactor原理与实现、http服务器实现、websocket协议与服务器实现)与网络原理(服务器百万并发,网络协议栈,UDP可靠传输协议QUIC),协程框架NtyCo的实现,用户态协议栈NtyTc…☆33Updated 3 years ago
- 分布式队列服务器,实现接口简单,支持tcp/udp,高可用、高性能的队列服务器集群☆48Updated 7 years ago