From 3da0d3852923f0a20157f72aba6d8896019559f8 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Tue, 4 Aug 2020 14:20:16 +0200 Subject: [PATCH] * 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 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 --- -- 2.39.2