public inbox for nncp-devel@lists.cypherpunks.ru
Atom feed
From: Sergey Matveev <stargrave@stargrave•org>
To: nncp-devel@lists.cypherpunks.ru
Subject: Re: nncp-exec -use-tmp path
Date: Sat, 16 Jan 2021 00:20:39 +0300 [thread overview]
Message-ID: <YAIHJxqY46QuWcLp@stargrave.org> (raw)
In-Reply-To: <YAIGknUNL82/hwG1@stargrave.org>
[-- Attachment #1: Type: text/plain, Size: 483 bytes --]
*** 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.
--
Sergey Matveev (http://www.stargrave.org/)
OpenPGP: CF60 E89A 5923 1E76 E263 6422 AE1A 8109 E498 57EF
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next prev parent reply other threads:[~2021-01-15 21:20 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 [this message]
2021-01-15 21:38 ` John Goerzen
2021-01-15 23:06 ` Sergey Matveev