Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rtyler/spawning-db_pool
Reproduction case for a bug with Spawning and eventlet.db_pool
https://github.com/rtyler/spawning-db_pool
Last synced: 27 days ago
JSON representation
Reproduction case for a bug with Spawning and eventlet.db_pool
- Host: GitHub
- URL: https://github.com/rtyler/spawning-db_pool
- Owner: rtyler
- Created: 2010-09-11T18:57:50.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-09-11T18:58:04.000Z (over 14 years ago)
- Last Synced: 2024-11-26T21:03:22.061Z (29 days ago)
- Language: Python
- Homepage:
- Size: 89.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Reproduction case for an issue with eventlet.db_pool.ConnectionPool I've been
seeing within Spawning with --threads=0Functional case:
# python server.py
Non-functional case:
# spawning --threads=0 --processes=1 server.handler