comparison admin/FOR-RELEASE @ 64988:94244c068735

Remove reference to UDP server processes hanging on Windows (fixed by Kim F. Storm).
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 15 Aug 2005 13:54:37 +0000
parents c9d617a8fa23
children 4e3524c4bfa1
comparison
equal deleted inserted replaced
64987:77e9c9085af1 64988:94244c068735
75 Finally, a test has been added to see if "shell-dirstack-query" is 75 Finally, a test has been added to see if "shell-dirstack-query" is
76 non-nil. If so, it is not overwritten. 76 non-nil. If so, it is not overwritten.
77 77
78 To enable the fix, the user must set comint-process-echoes to t. 78 To enable the fix, the user must set comint-process-echoes to t.
79 79
80 ** Server processes do not work on Windows. 80 ** TCP server processes do not work on Windows.
81 81
82 TCP/IP server processes created with `make-network-process' consume 82 TCP/IP server processes created with `make-network-process' consume
83 excesive CPU on some Windows environments. Usages of 50% and 100% 83 excesive CPU on some Windows environments. Usages of 50% and 100%
84 CPU time have been observed on different Window XP configurations. 84 CPU time have been observed on different Window XP configurations.
85
86 When calling `delete-process' on an UDP server process, Emacs hangs.
87 85
88 ** Bug in ebrowse 86 ** Bug in ebrowse
89 87
90 Date: Fri, 27 May 2005 17:35:48 +0200 88 Date: Fri, 27 May 2005 17:35:48 +0200
91 From: Markus Gritsch <gritsch@iue.tuwien.ac.at> 89 From: Markus Gritsch <gritsch@iue.tuwien.ac.at>