]> git.eshelyaron.com Git - emacs.git/commitdiff
* etc/NEWS: Add Tramp support of direct asynchronous process invocation.
authorMichael Albinus <michael.albinus@gmx.de>
Tue, 4 Aug 2020 12:20:16 +0000 (14:20 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Tue, 4 Aug 2020 12:20:16 +0000 (14:20 +0200)
etc/NEWS

index 7221c9cf9e60d2dc710aef045115ae4e7068a7df..cd5cc2c339785686baded4799dde1905447580ec 100644 (file)
--- 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 ... <command>".  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
 
 ---