[Sqlalchemy-commits] commit/sqlalchemy: 3 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2013-12-07 00:59:42
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/d1cc78479d98/ Changeset: d1cc78479d98 Branch: master User: zzzeek Date: 2013-12-07 01:57:19 Summary: - The :class:`.QueuePool` has been enhanced to not block new connection attempts when an existing connection attempt is blocking. Previously, the production of new connections was serialized within the block that monitored overflow; the overflow counter is now altered within it's own critical section outside of the connection process itself. [ticket:2880] Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/b1e55723c0fa/ Changeset: b1e55723c0fa Branch: rel_0_9 User: zzzeek Date: 2013-12-07 01:58:50 Summary: Merge branch 'master' into rel_0_9 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/507a33319f72/ Changeset: 507a33319f72 Branch: rel_0_8 User: zzzeek Date: 2013-12-07 01:59:06 Summary: - The :class:`.QueuePool` has been enhanced to not block new connection attempts when an existing connection attempt is blocking. Previously, the production of new connections was serialized within the block that monitored overflow; the overflow counter is now altered within it's own critical section outside of the connection process itself. [ticket:2880] Affected #: 3 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |