The trouble with symbolic links
The trouble with symbolic links
Posted Jul 7, 2022 17:38 UTC (Thu) by pbonzini (subscriber, #60935)In reply to: The trouble with symbolic links by nix
Parent article: The trouble with symbolic links
At least in theory libc could be doing all that. However it would also be much slower and wasteful, because all the caching that the kernel does would be split across multiple userspace programs, and the cache would start cold for every new process.
