# server_coding **Repository Path**: p3rry/server_coding ## Basic Information - **Project Name**: server_coding - **Description**: c/c++ tcp/ip - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-09 - **Last Updated**: 2021-09-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 网络编程学习中的代码案例 - thread_pool_class 实现了一个简单的线程池 - socket_blocking 测试了send 和 recv 函数在 阻塞模式下的表现 - socket_nonblocking 测试了send 和 recv 函数在 非阻塞模式下的表现 - timer_alarm 实现了简单的 定时器功能 - tcpip_http 实现一个简单的http服务器