Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

Reproduction case for an issue with eventlet.db_pool.ConnectionPool I've been
seeing within Spawning with --threads=0

Functional case:

# python server.py

Non-functional case:

# spawning --threads=0 --processes=1 server.handler