Add repro steps to README

This commit is contained in:
R. Tyler Croy 2010-09-11 11:57:15 -07:00
parent 361afe5bb0
commit 0e8f0d7e48
1 changed files with 10 additions and 0 deletions

10
README
View File

@ -1,2 +1,12 @@
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