Sujet : Re: in-memory editing with EDT or EVE
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.os.vmsDate : 23. Nov 2024, 03:02:38
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vhrd3u$1dqca$3@dont-email.me>
References : 1
User-Agent : Pan/0.161 (Chasiv Yar; )
On Fri, 22 Nov 2024 19:59:07 -0500, Arne Vajhøj wrote:
But this is what a source control system really should be using for such
functionality. No need for temporary disk files.
On Linux systems at least, temporary files are usually created in /tmp,
and distros commonly mount an instance of tmpfs on that, so no actual disk
files need be created.
<
https://manpages.debian.org/5/tmpfs.5.en.html>