CSAPP | 基于epoll模型的http服务器 CSAPP一书配套的实验中,其中3个经典实验的源码
kandi X-RAY | CSAPP Summary
kandi X-RAY | CSAPP Summary
CSAPP is a C library. CSAPP has no bugs, it has no vulnerabilities and it has low support. You can download it from GitHub.
基于epoll模型的http服务器 + CSAPP一书配套的实验中,其中3个经典实验的源码 ###http:基于epoll模型的http服务器 采用epoll模型,实现了统一事件源,并通过时间堆管理定时器回收非活动连接。 通过一个线程池实现对任务的处理,然后使用状态机解析HTTP报文,请求了静态文件。 ###malloclab-handout:基于分离适配算法的内存分配器 采用双向链表结构维护分配器,每次分配一个内存块时,通过链表头指针查找到一个大小合适的块,并进行可选的分割。性能较隐式空闲链表分配器提升了大约20%。 ###proxylab-handout:实现了一个简单的代理程序 ###shlab-handout:Tiny Shell 实现了一个简易shell程序,主要涉及进程管理和信号处理。定义了一个数据结构管理job,实现了job的add,delete,fg,bg等功能。并正确的处理了SIGINT,SIGCHLD,SIGTSTP信号。.
基于epoll模型的http服务器 + CSAPP一书配套的实验中,其中3个经典实验的源码 ###http:基于epoll模型的http服务器 采用epoll模型,实现了统一事件源,并通过时间堆管理定时器回收非活动连接。 通过一个线程池实现对任务的处理,然后使用状态机解析HTTP报文,请求了静态文件。 ###malloclab-handout:基于分离适配算法的内存分配器 采用双向链表结构维护分配器,每次分配一个内存块时,通过链表头指针查找到一个大小合适的块,并进行可选的分割。性能较隐式空闲链表分配器提升了大约20%。 ###proxylab-handout:实现了一个简单的代理程序 ###shlab-handout:Tiny Shell 实现了一个简易shell程序,主要涉及进程管理和信号处理。定义了一个数据结构管理job,实现了job的add,delete,fg,bg等功能。并正确的处理了SIGINT,SIGCHLD,SIGTSTP信号。.
Support
Quality
Security
License
Reuse
Support
CSAPP has a low active ecosystem.
It has 3 star(s) with 1 fork(s). There are 2 watchers for this library.
It had no major release in the last 6 months.
CSAPP has no issues reported. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of CSAPP is current.
Quality
CSAPP has no bugs reported.
Security
CSAPP has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
CSAPP does not have a standard license declared.
Check the repository for any license declaration and review the terms closely.
Without a license, all rights are reserved, and you cannot use the library in your applications.
Reuse
CSAPP releases are not available. You will need to build from source code and install.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of CSAPP
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of CSAPP
CSAPP Key Features
No Key Features are available at this moment for CSAPP.
CSAPP Examples and Code Snippets
No Code Snippets are available at this moment for CSAPP.
Community Discussions
No Community Discussions are available at this moment for CSAPP.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install CSAPP
You can download it from GitHub.
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page