Previous Next

What you need shared caching for

. Process farm like Apache
. Subsequent accesses requiring same data may be served by different processes, making non-shared cache less useful
. If not shared, each process caches separately, using more memory/disk
. Several different processes requiring access to same data
. IOPP Electronic Journals has both of these

Previous Next