]> git.eshelyaron.com Git - emacs.git/commit
Speed up reading sub-process output on MS-Windows
authorEli Zaretskii <eliz@gnu.org>
Sat, 30 Jun 2018 08:43:42 +0000 (11:43 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 30 Jun 2018 08:43:42 +0000 (11:43 +0300)
commited65ea18152636500399a7b6b75c87bac7d4ef2b
treefc7fe235cc9866326b5bab8c13255c2ef9ffbf2c
parent3b4e65e797e15668345cf606c7d822cce11f17b2
Speed up reading sub-process output on MS-Windows

* src/w32proc.c (syms_of_ntproc) <w32-pipe-read-delay>: Set to
zero.  For the details, see this discussion:
http://lists.gnu.org/archive/html/emacs-devel/2018-06/msg00711.html.
* src/w32.c (_sys_read_ahead): Update the commentary for
w32-pipe-read-delay usage.

* doc/emacs/msdos.texi (Windows Processes): Document
w32-pipe-read-delay.

* etc/NEWS: Mention the change of the value of w32-pipe-read-delay.
doc/emacs/msdos.texi
etc/NEWS
src/w32.c
src/w32proc.c