[Zope-Checkins] CVS: Packages/ZODB - Connection.py:1.12

Jim Fulton jim@tarzan.digicool.com
Mon, 5 Jul 1999 17:07:39 -0400


Update of /cvs-repository/Packages/ZODB
In directory tarzan.digicool.com:/projects/users/jim/lib/python/ZODB

Modified Files:
	Connection.py 
Log Message:
Fixed a stupid race condition in close that caused the conection
pool to go south when there were more app threads than connections.