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
- Host: GitHub
- URL: https://github.com/lispython/uwsgi_sharedmemory_tests
- Owner: Lispython
- Created: 2017-01-22T13:05:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-22T13:09:12.000Z (over 8 years ago)
- Last Synced: 2024-10-17T16:21:28.805Z (7 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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_locksYou 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]`.