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

https://github.com/lispython/uwsgi_sharedmemory_tests

uwsgi sharedmemory tests
https://github.com/lispython/uwsgi_sharedmemory_tests

Last synced: about 1 month ago
JSON representation

uwsgi sharedmemory tests

Awesome Lists containing this project

README

        

# Example project for testing uwsgi sharedmemory module

It's include 3 apps:
- flask_app_with_locks
- flask_app_without_locks
- lask_app_memoryview_with_locks

You can change application in uwsgi.ini

## Starting application
For start application simple run `make docker-start`

## Load testing

Change `load.ini` and run `make tank`.

## Compare result
Take data from 127.0.0.1:8051 and compare with logstring `[pid: 56|app: 0|req: 1499/6003]`.