Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ryu1kn/gist--per-request-state


https://github.com/ryu1kn/gist--per-request-state

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Gist: Per-request state vs global state

Demonstration of the danger of keeping a per-request state into
a non-per-request state (e.g. singleton / global state etc)

```shell
docker-compose up
```

```shell
./request-in-parallel.sh
```