Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/oleksiikraievyi/highload-sw-arch-hw-04

HW 4 for highload software architecture courses. https://prjctr.com/course/highload-software-architecture?gclid=EAIaIQobChMI7OOMjvf78wIVRjcYCh1axwtgEAAYASAAEgKm2_D_BwE
https://github.com/oleksiikraievyi/highload-sw-arch-hw-04

Last synced: 11 days ago
JSON representation

HW 4 for highload software architecture courses. https://prjctr.com/course/highload-software-architecture?gclid=EAIaIQobChMI7OOMjvf78wIVRjcYCh1axwtgEAAYASAAEgKm2_D_BwE

Awesome Lists containing this project

README

        

# highload-sw-arch-hw-03

# Prerequisites
* docker
* linux + bash

# Application uses in memory cache with built-in support of resolving cache stampede
# Link https://github.com/jodydonetti/ZiggyCreatures.FusionCache

# 1. Build + run application
```
./run.sh
```

# 2. Observe results in console
![Result 10 concurrent connections](images/image-10c.png)
![Result 25 concurrent connections](images/image-25c.png)
![Result 50 concurrent connections](images/image-50c.png)
![Result 65 concurrent connections](images/image-65c.png)
![Result 100 concurrent connections](images/image-100c.png)