In linux-kernel, [EMAIL PROTECTED] wrote:
: We are waiting for a server with dual PIII, RAID 1,0 and 5 18Gb scsi disks to
: come so we can change our proxy server, that will run on Linux with Squid.
: One disk will go inside (I think?) and the other 4 on a tower conected to the
: RAID, which will be have the cache of the squid server.
Reiser is not good idea for squid cache. Why ? Squids cache is hashed
by default to minimize "big directory effect". Reiserfs is fast on
realy big directories, but it eat more cpu than ext2. On high loaded
cache servers cpu utilization on reiser can be realy big.
Better way is make more subdirectories in squid cache, and use
filesystem, that eat less of cpu.
--
Daniel Podlejski <[EMAIL PROTECTED]>
... I am immortal, I have inside me blood of kings,
I have no rival, No man can bemy equal ...
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/