matteorr / MultiThreadChat
A Client / Server Multi Thread C Implementation for sending simple text messages over a TCP socket
☆7Updated 11 years ago
Related projects ⓘ
Alternatives and complementary repositories for MultiThreadChat
- rbtree implementation adapted from linux kernel thus can be used in your own c program(of course in userspace).☆156Updated 2 years ago
- A small thread-safe queue written in C☆102Updated 5 years ago
- Example source code from my TCP/IP Network Programming Design Patterns in C++ and TCP/IP Sockets with Time Out Capabilities blogs.☆179Updated 7 years ago
- a nginx-based memory pool . both share-memory and private-memory are supported. it is more efficient than malloc☆138Updated 7 years ago
- send and recv event between processes with very few lines of code☆48Updated 10 years ago
- A small, clean, linux-only thread-pool implementation using epoll with support for sockets, scheduled callbacks and TCP connections.☆176Updated 12 years ago
- kimgbo是muduo网络库的重构版本☆135Updated 6 years ago
- a simple example for how to use epoll☆66Updated 12 years ago
- libev sync from http://cvs.schmorp.de/libev/☆157Updated 3 years ago
- 尝试阻塞与非阻塞,I/O多路复用(select, epoll)☆78Updated 6 years ago
- asynchronous examples for openssl using poll/epoll☆122Updated last year
- Linux进程间通信(Inter-Process Communication)方式汇总☆317Updated 6 years ago
- Nginx cpp development kit☆157Updated 4 years ago
- simple http server base on epoll☆317Updated last year
- A fast no_lock RingQueue between 2 threads (25M WrtieRead per second)☆91Updated 6 years ago
- Map for C, used rbtree to implement, sort by key☆92Updated 4 years ago
- ☆53Updated 10 years ago
- epoll+线程池实现大文件传输☆63Updated 9 years ago
- A sample epoll server.☆74Updated 10 years ago
- an efficient web/http server...(multi-thread && non-blocking I/O && epoll)☆46Updated 7 years ago
- ☆44Updated 5 years ago
- 多种无锁队列☆43Updated 6 years ago
- A high performance multithread C++ network library for linux.☆64Updated 5 years ago
- Two C/C++ testing tools, mockcpp and testngpp.☆67Updated last year
- Simple C++multithread lib☆125Updated 5 years ago
- ☆65Updated 5 years ago
- ePump是一个基于I/O事件通知、非阻塞通信、多路复用、多线程等机制开发的事件驱动模型的 C 语言应用开发框架,利用该框架可以很容易地开发出高性能、大并发连接的服务器程序。☆41Updated last month
- a simple network library☆192Updated 4 years ago