Reproduction case for a bug with Spawning and eventlet.db_pool
Go to file
R. Tyler Croy 0e8f0d7e48 Add repro steps to README 2010-09-11 11:57:15 -07:00
README Add repro steps to README 2010-09-11 11:57:15 -07:00
server.py Add basic WSGI server using eventlet.db_pool 2010-09-11 11:56:23 -07:00

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