[Zodb-checkins] SVN: ZODB/trunk/src/ZEO/StorageServer.py Try a little harder to empty the socket map.

Jim Fulton jim at zope.com
Fri Aug 29 08:29:55 EDT 2008


Log message for revision 90579:
  Try a little harder to empty the socket map.
  

Changed:
  U   ZODB/trunk/src/ZEO/StorageServer.py

-=-
Modified: ZODB/trunk/src/ZEO/StorageServer.py
===================================================================
--- ZODB/trunk/src/ZEO/StorageServer.py	2008-08-29 12:29:51 UTC (rev 90578)
+++ ZODB/trunk/src/ZEO/StorageServer.py	2008-08-29 12:29:54 UTC (rev 90579)
@@ -1079,6 +1079,7 @@
                 s.close()
             except:
                 pass
+        asyncore.socket_map.clear()
 
     def close_conn(self, conn):
         """Internal: remove the given connection from self.connections.



More information about the Zodb-checkins mailing list