From: <[EMAIL PROTECTED]> > On 30 Jun, Oscar Plameras wrote: > > The reason is as follows: > > > > Number of IPV4 addresses = 255*255*255*255 * 50 bytes (your allocation) > > = 4,228Mb * 50 = > > 202,280MB > > A cache isn't a complete copy. You store what you allow room for, and > fall back to your normal mechanism if the entry isn't in the cache. > You use LRU typically after the cache fills. >
Just a point of clarification: Cache is structrured data, or data list, or list, kept in CPU MEMORY all the time and maybe used by a software to locate other informatioin or to manipulate information. Database is structured data, or data list, or list, kept in DISK STORAGE and maybe used by a software to locate other information or to manipulate information. http://www.acay.com.au/~oscarp/disclaimer.html http://www.acay.com.au/~oscarp -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
