标签分类

UNIX网络编程-2-实现一个pthread_pool

福森之地
title UNIX网络编程 2 实现一个pthread_pool date 2021 09 09 17 52 59 categories 网络编程 tags 网络编程 线程池 Linux pthread 这次使用C语言,设计一个基于pthread的线程池吧。 想要设计线程池的原因有三个: 1 想要重新锻炼下C语言的编码能力 2 面试经常出现一些线程池的  阅读全文

unix网络编程-1-简单时间服务器

福森之地
title unix网络编程 1 简单时间服务器 date 2021 09 06 17 48 09 categories 网络编程 tags Linux 网络编程 socket 根据书上内容,编写一个简单的获取时间的客户端、服务器如下: time client c include "commons h" time check client   阅读全文