]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Added a mutex for the initial pool creation when
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 27 Dec 2008 18:45:41 +0000 (18:45 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 27 Dec 2008 18:45:41 +0000 (18:45 +0000)
commit8220d9cdbe4ae97692a7676e4552572f1baa5131
tree7c9d2e560f02562fcb3262ea7d6c21f0e3d98e2c
parentf80471e6f385739ee23b96dfe4aa3a48fbc8e1fd
- Added a mutex for the initial pool creation when
using pool.manage(dbapi).  This prevents a minor
case of "dogpile" behavior which would otherwise
occur upon a heavy load startup.  [ticket:799]
CHANGES
lib/sqlalchemy/pool.py