Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 664 Bytes

File metadata and controls

9 lines (6 loc) · 664 Bytes

Open in Visual Studio Code

PCSA Project 2: IC Web Server

You are building a web server. In terms of features, your server will

  • handle a subset of the HTTP/1.1 protocol, as detailed in RFC2616, and
  • support the common gateway interface (CGI), as detailed in RFC3875.

In terms of performance, your server is expected to be highly concurrent—capable of serving tens of hundreds of requests of static requests per second.