[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Unprivileged /gnu/store with PRoot
From: |
Ludovic Courtès |
Subject: |
Re: Unprivileged /gnu/store with PRoot |
Date: |
Sat, 13 May 2017 16:02:56 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) |
Hi!
Maxim Cournoyer <address@hidden> skribis:
> Which essentially means when the proot'd software is first loaded from disk?
> Am I right to think that the performance would be the same after the
> prooted program is all mapped in memory?
No, every syscall is going to take much longer. So if you try, say, to
run a build process under PRoot, that’s probably going to be much
slower. OTOH, if you run a program that spends most of its time doing
computations, there’s probably not a big difference.
Ludo’.