Shared libraries
Shared libraries
Posted Nov 28, 2025 11:01 UTC (Fri) by bluca (subscriber, #118303)In reply to: Shared libraries by farnz
Parent article: APT Rust requirement raises questions
That can only happen if you somehow have a system that is both incredibly busy, but also incredibly idle, so that resources are fully saturated and things get aggressively evicted from the page cache, but somehow the system is completely static otherwise. IE, you need to go out of your way to artificially create such a situation. On a normal, busy Linux systems with socket activated services, timer activated services, dbus activated services, etc etc, there are pretty much always processes being started and stopped. If new processes are started so _rarely_ that you don't even have glibc in the page cache, then obviously starting processes is not a bottleneck and it doesn't matter anyway one way or the other.
I'm not really sure why you are trying to conjure up such a contrived and unlikely example just to prove a point? It's not really working
