What is ‘the principle of locality’?
By admin on May 17, 2007 in Unix/Linux Interview Questions
It’s the nature of the processes that they refer only to the small subset of the total data space of the process. i.e. the process frequently calls the same subroutines or executes the loop instructions.


