高并发服务器

1.多进程并发服务器

linux网络编程 | c | 多进程并发服务器实现-CSDN博客

2.多线程并发服务器

linux网络编程 | c | 多线程并发服务器实现-CSDN博客

3.多路IO转接服务器

1.select

linux网络编程 | c | select实现IO多路转接服务器-CSDN博客

2.poll

linux网络编程 | c | select实现IO多路转接服务器-CSDN博客

3.epoll

linux网络编程 | c | epoll实现IO多路转接服务器-CSDN博客

4.libevent

Libevent实现TCP客户端服务器-CSDN博客

5.UDP

UDP通信-CSDN博客