The cost of I/O is in seek time and not in disk read/througput
time. Compression will only reduce the already cheap part but
does nothing about the expensive seek times...
If you want cheaper swap I/O, use proper I/O clustering and
readahead. There is some (rather primitive) code for this in
the kernel and it is due for a revamp for 2.3...
cheers,
Rik -- the flu hits, the flu hits, the flu hits -- MORE
+-------------------------------------------------------------------+
| Linux memory management tour guide. H.H.vanRiel@phys.uu.nl |
| Scouting Vries cubscout leader. http://www.phys.uu.nl/~riel/ |
+-------------------------------------------------------------------+
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/