public inbox for nncp-devel@lists.cypherpunks.su
Atom feed
From: John Goerzen <jgoerzen@complete•org>
To: Sergey Matveev <stargrave@stargrave•org>
Cc: nncp-devel@lists.cypherpunks.ru
Subject: Re: nncp-exec -use-tmp path
Date: Fri, 15 Jan 2021 15:38:55 -0600	[thread overview]
Message-ID: <87sg71ubgw.fsf@complete.org> (raw)
In-Reply-To: <YAIHJxqY46QuWcLp@stargrave.org>


On Fri, Jan 15 2021, Sergey Matveev wrote:

> *** Sergey Matveev [2021-01-16 00:18]:
>>ioutil.TempFile is a right call in that case:
>>It should not be the spool directory by default.
>
> Moreover ideally it should be on completely different pool/disk, 
> to be
> able to quickly copy data from it to the spool file, without 
> making
> read/write operations on the same disk/filesystem. But all of 
> that is
> user's decision.

Thank you for the explanation!  It makes sense.  I had thought 
that it should be on the same disk, to facilitate a quick rename.

Just to confirm -- everything written to /tmp is encrypted, right?

- John

  reply	other threads:[~2021-01-15 21:40 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-15 20:42 nncp-exec -use-tmp path John Goerzen
2021-01-15 21:18 ` Sergey Matveev
2021-01-15 21:20   ` Sergey Matveev
2021-01-15 21:38     ` John Goerzen [this message]
2021-01-15 23:06       ` Sergey Matveev