Skip to content

vcheng3/Multithreaded-Webserver-myhttpd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Multithreaded-Webserver-myhttpd

This is my CSE 421 Project(summer 2016) written in C by me and my cohorts.

It is a multithreaded WebServer project which responds to GET and HEAD requests. We implemented Logging, Multithreading, queueing, and using priority scheduling and implmenting priority queing algorithms and synchonized by use of semaphores.

About

myhttpd is a simple web server. It binds to a given port on the given address and waits for incoming HTTP/1.0 requests. It serves content from the given directory. That is, any requests for documents is resolved relative to this directory

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages