can you please explain me what exactly it is ? i have read from my book, wiki link and 1 more link. i got some basic things, can you tell me how exactly this helps process and OS ? how this thing help us to implement cache ? i think this thing is the reason why we are able to use cache. please clear this concept. thanks alot.
nitin1 15 Master Poster
Recommended Answers
Jump to PostRead this, and then ask again: http://en.wikipedia.org/wiki/Locality_of_reference
With regard to cache, there are complex algorithms that determine if it is more efficient to use local vs. remote cache, often depending upon the frequency …
Jump to PostThe process is initially given a limited amount of memory, the operating system expands the memory space as needed. 2^32 is the max amount of memory any 32-bit program can access -- that doesn't mean the process has that much available for its own use.
All 6 Replies
rubberman 1,355 Nearly a Posting Virtuoso Featured Poster
nitin1 15 Master Poster
rubberman 1,355 Nearly a Posting Virtuoso Featured Poster
nitin1 15 Master Poster
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
nitin1 15 Master Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.