Re: Linux 2.1 wishlist...

Thomas Koenig (ig25@fg70.rz.uni-karlsruhe.de)
13 Jun 1996 15:59:44 +0200


Hmm.. let's not forget real swapping, where a process which consumes
loads of resources is swapped to disk totally. (Question: Could this
be accomplished by simply stopping it for some time, and let 'natural'
paging do the rest?)

This has the advantage that several large jobs, each of them smaller
than available memory, but together much larger than available memory,
can run faster than with the current scheme. A big win for memory -
intensive numbercrunching applications.

Also, preemptive paging would be great (this means writing copies of
active memory pages to disk, so that they can be thrown out of core
without writing them to disk first if more memory is needed).