Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/oleksiikraievyi/highload-sw-arch-hw-04
- Owner: oleksiikraievyi
- Created: 2021-11-09T21:16:20.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-12T10:38:05.000Z (about 3 years ago)
- Last Synced: 2024-06-20T05:13:26.258Z (7 months ago)
- Language: C#
- Homepage:
- Size: 116 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)