emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/admin/FOR-RELEASE


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/admin/FOR-RELEASE
Date: Mon, 20 Feb 2006 22:30:21 +0000

Index: emacs/admin/FOR-RELEASE
diff -u emacs/admin/FOR-RELEASE:1.204 emacs/admin/FOR-RELEASE:1.205
--- emacs/admin/FOR-RELEASE:1.204       Mon Feb 20 22:24:10 2006
+++ emacs/admin/FOR-RELEASE     Mon Feb 20 22:30:21 2006
@@ -48,6 +48,17 @@
 CPU time have been observed on different Window XP configurations.
 Seems to be a problem in sys_select in w32proc.c.
 
+In its current form, it sys_select says the socket is ready, so we
+call server_accept_connection which again calls accept() which returns
+-1 with errno == WSAEWOULDBLOCK (10035) indicating that there is no
+pending connection to accept.
+
+I [KFS] investigated it a little bit and found that it seems that w32 server
+sockets must use WSAAsyncSelect + FD_ACCEPT to request notifications
+of incoming connections -- but exactly how that is done is not for me
+to look at...
+
+
 * DOCUMENTATION
 
 ** Add a node to the Lisp manual describing key sequences from the




reply via email to

[Prev in Thread] Current Thread [Next in Thread]