Skip to content

Studies about the most basically race condition problem: Concurrent Counter

Notifications You must be signed in to change notification settings

perebaj/metrica

Repository files navigation

metrica

What we are trying to solve here? A simple race condition problem, where multiple pieces of code are trying to access the same shared data!

image

Get starting

All commands could be accessed typing: make help

To test the code using containers🐋

make dev/test & make dev/lint

LoadTest

The load tests it's using the following rules:

- 100 concurrent users
- 10000 requests in total

image

Resources

Some resources that were useful to solve it

About

Studies about the most basically race condition problem: Concurrent Counter

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published