# 一个基于线程池技术的简单Web服务器 **Repository Path**: zxh904582599/simple-web-server ## Basic Information - **Project Name**: 一个基于线程池技术的简单Web服务器 - **Description**: 参考Java并发编程艺术实现的一个基于线程池技术的简单Web服务器 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-02-11 - **Last Updated**: 2022-02-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 一个基于线程池技术的简单Web服务器 #### 介绍 参考Java并发编程艺术实现的一个基于线程池技术的简单Web服务器 #### 软件架构 ThreadPool 是自定义接口,规定了线程池的基本功能,DefaultThreadPool 是基于 ThreadPool的实现。 #### 安装教程 资源需要放置在指定的basePath里,basePath要自己设置,默认D盘的根目录