emacs-diffs
[Top][All Lists]
Advanced

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

master 3da0d38 2/2: * etc/NEWS: Add Tramp support of direct asynchronous


From: Michael Albinus
Subject: master 3da0d38 2/2: * etc/NEWS: Add Tramp support of direct asynchronous process invocation.
Date: Tue, 4 Aug 2020 08:20:26 -0400 (EDT)

branch: master
commit 3da0d3852923f0a20157f72aba6d8896019559f8
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>

    * etc/NEWS: Add Tramp support of direct asynchronous process invocation.
---
 etc/NEWS | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/etc/NEWS b/etc/NEWS
index 7221c9c..cd5cc2c 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 ... <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
 
 ---



reply via email to

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