From: Michael Albinus Date: Tue, 4 Aug 2020 12:20:16 +0000 (+0200) Subject: * etc/NEWS: Add Tramp support of direct asynchronous process invocation. X-Git-Tag: emacs-28.0.90~6838 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3da0d3852923f0a20157f72aba6d8896019559f8;p=emacs.git * etc/NEWS: Add Tramp support of direct asynchronous process invocation. --- diff --git a/etc/NEWS b/etc/NEWS index 7221c9cf9e6..cd5cc2c3397 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -324,6 +324,16 @@ This command marks a remote directory to contain only encrypted files. See the "(tramp) Keeping files encrypted" node of the Tramp manual for details. This feature is experimental. ++++ +*** Support of direct asynchronous process invocation. +When Tramp connection property "direct-async-process" is set to +non-nil for a given connection, 'make-process' and 'start-file-process' +calls are performed directly as in "ssh ... ". This avoids +initialization performance penalties. See the "(tramp) Improving +performance of asynchronous remote processes" node of the Tramp manual +for details, and also for a discussion or restrictions. This feature +is experimental. + ** Tempo ---