From 3a43e5bac41a648aa37843166356944256577f79 Mon Sep 17 00:00:00 2001 From: Andrea Smith Date: Wed, 25 Nov 2020 11:45:47 -0600 Subject: Undid changes to the wrong README because I am a fool --- README.md | 43 ++----------------------------------------- 1 file changed, 2 insertions(+), 41 deletions(-) diff --git a/README.md b/README.md index 3bd3501..0a6e05c 100644 --- a/README.md +++ b/README.md @@ -1,42 +1,3 @@ -# CSCI 4061: Project 3 +# csci4061Projects -The third project in CSCI 4061: Intro to Operating Systems. - -## Fall 2020 - -- **Test machine:** atlas.cselabs.umn.edu -- **Date:** 11/15/2020 -- **Name:** Andrea Smith, Matt Strapp -- **x500:** smit9523, strap012 - -The purpose of this program is to create a multi-threaded web server by using POSIX threads. In this project, we wrote the mapper and reducer threads, a logging system - -#### Program structure - -```dispatch():``` -Repeatedly receives the client request and adds the requests to the queue. - -```worker():``` -Monitors the queue, retrieve new requests as they come in, and send the result back to the client. - -## Extra Credit A - -```dynamic_pool_size_update():``` -Changes the worker thread pool dynamically depending on the number of requests - -## Extra Credit B - -```initCache():``` - -```isInCache():``` - -```readFromCache():``` - -```addIntoCache():``` - -```deleteCache():``` - - -#### Team Contributions: - -For the first draft, Andrea primarily contributed to sendChunkData() and getChunkData() and Matt wrote shuffle() and getInterData(), but the debugging process (the majority of the work) was entirely a joint effort. \ No newline at end of file +CSCI 4061: Intro to Operating Systems project repository by Andrea Smith and Matt Strapp at the University of Minnesota Fall 2020. -- cgit v1.2.3