* etc/NEWS: Add Tramp support of direct asynchronous process invocation.

This commit is contained in:
Michael Albinus 2020-08-04 14:20:16 +02:00
parent 83b1db043b
commit 3da0d38529

View file

@ -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
---