Skip to content

sungbae/ConcurrentWebServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

ConcurrentWebServer

Sung, Justin

Implement a HTTP web-server to handle the basic HTTP requests. The server must be concurrent, i.e., able to serve more than one request at the same time. Additionally, for logging purposes, the server should be able to record each client's IP address along with the requested files in a shared data-structure.

A performance evaluation. The evaluation must compare the performance of the concurrent web-server with a version of the web-server that processes requests sequentially. In particular, the evaluation must examine the effect on the speed-up of the concurrent web-server when the size of the served pages varies. The evaluation must also examine the effect of logging on the performance. To make the measurements, you can use httperf.

About

Project for Concurrent Programming

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published