diff options
author | Andrea Smith <smit9523@umn.edu> | 2020-11-25 11:43:10 -0600 |
---|---|---|
committer | Andrea Smith <smit9523@umn.edu> | 2020-11-25 11:43:10 -0600 |
commit | 8e1a810bfbe6453096bf5d3e4d4c9487996dd292 (patch) | |
tree | b2b6b90cf1baec2963c72dd1afaa3e9eb1df7ffa | |
parent | Merge branch 'master' of github.umn.edu:STRAP012/csci4061Projects (diff) | |
download | csci4061-8e1a810bfbe6453096bf5d3e4d4c9487996dd292.tar csci4061-8e1a810bfbe6453096bf5d3e4d4c9487996dd292.tar.gz csci4061-8e1a810bfbe6453096bf5d3e4d4c9487996dd292.tar.bz2 csci4061-8e1a810bfbe6453096bf5d3e4d4c9487996dd292.tar.lz csci4061-8e1a810bfbe6453096bf5d3e4d4c9487996dd292.tar.xz csci4061-8e1a810bfbe6453096bf5d3e4d4c9487996dd292.tar.zst csci4061-8e1a810bfbe6453096bf5d3e4d4c9487996dd292.zip |
Update README (again)
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -22,6 +22,7 @@ Monitors the queue, retrieve new requests as they come in, and send the result b ## Extra Credit A ```dynamic_pool_size_update():``` +Changes the worker thread pool dynamically depending on the number of requests ## Extra Credit B |