An open API service indexing awesome lists of open source software.

https://github.com/ivan-zhou/web-caching-with-consistent-hashing


https://github.com/ivan-zhou/web-caching-with-consistent-hashing

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# cs244b-web-caching
## To run the proxy server
SSH to your myth server or other server machine that you want to use. Update the `host` and `port` configuration of the `master` key in data.json.

Then run

```
python3 proxy.py
```

## To run the cache server
SSH to each cache machine that you want to use. Make sure that the `host` and `port`
configuration of the `master` key in data.json matches the master server. Make
sure that the `cachePort` key in data.json is the same in the master server and
the cache server.

Then run

```
python3 cache.py
```