[Zope-Checkins] CVS: Zope/doc - CHANGES.txt:1.625.2.347

Tim Peters tim.one at comcast.net
Tue Aug 2 14:51:39 EDT 2005


Update of /cvs-repository/Zope/doc
In directory cvs.zope.org:/tmp/cvs-serv22944/doc

Modified Files:
      Tag: Zope-2_7-branch
	CHANGES.txt 
Log Message:
Worm around suspected Windows socket bug in Windows trigger code.

See the thread starting at
 http://mail.zope.org/pipermail/zope/2005-July/160433.html
for gory details.


=== Zope/doc/CHANGES.txt 1.625.2.346 => 1.625.2.347 ===
--- Zope/doc/CHANGES.txt:1.625.2.346	Tue Aug  2 05:32:29 2005
+++ Zope/doc/CHANGES.txt	Tue Aug  2 14:51:08 2005
@@ -8,6 +8,15 @@
 
     Bugs fixed
 
+      -  As developed in a long thread starting at
+         http://mail.zope.org/pipermail/zope/2005-July/160433.html
+         there appears to be a race bug in the Microsoft Windows socket
+         implementation, rarely visible in ZEO and/or in
+         ZServer/medusa/thread/select_trigger.py when multiple processes try
+         to create an "asyncore trigger" simultaneously, most often (in
+         stress tests) manifesting as a hung process.  Windows-specific
+         trigger code in both changed to work around this bug when it occurs.
+
       - Collector #1844: fixed whitespace handling in the ZMI "Find" tab
 
       - Collector #1837: fixed full file interface support for FileUpload objects



More information about the Zope-Checkins mailing list