]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- a new mutex that was added in 0.3.9 causes the pool_timeout
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 20 Jul 2007 15:10:56 +0000 (15:10 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 20 Jul 2007 15:10:56 +0000 (15:10 +0000)
commit687d9342e6a4a59f63648bb83d28e338f274a0f6
tree2fc4a2e46cd40edf7e59c889c8ae2e8c96b12b47
parentc4b081cc1d89e8d02cb9fad6a84daf035a90df63
- a new mutex that was added in 0.3.9 causes the pool_timeout
feature to fail during a race condition; threads would
raise TimeoutError immediately with no delay if many threads
push the pool into overflow at the same time.  this issue has been
fixed.
CHANGES
lib/sqlalchemy/pool.py
test/engine/pool.py
test/perf/poolload.py