Use prelink to reduce process startup delay
Use prelink to reduce process startup delay
Posted Jul 10, 2005 19:49 UTC (Sun) by xkahn (guest, #1575)In reply to: Use prelink to reduce process startup delay by jreiser
Parent article: First Look at Knoppix 4.0
So something like this:
readelf --segments /lib/ld-linux.so.2 | grep LOAD | head -1 | awk '{print $3}' | grep -q 0x00000000 && echo "No Preload" || echo "Preload"
?
