> First, my system is: > > RedHat 9 (2.4.20-20.9) > 1.8GHz Xeon * 2 > SEAGATE ST373307LC (10000 RPM, U320 SCSI) * 2 > Memory 1G > Apache/2.0.48 > > Squid version : 2.5 STABLE4 > > HTTP request generator : httperf 0.8 (with 200 req/s) > > > I compile Squid with options : > --with-aufs-threads=32 --with-pthreads --enable-storeio=aufs > > Corresponding to the configure option, i think that there are > 32 threads of > Squid, but : > > ps -ef | grep squid > root 5906 1 0 Feb18 ? 00:00:00 sbin/squid > nobody 5908 5906 0 Feb18 ? 00:00:03 (squid) > root 8271 5505 0 14:45 pts/0 00:00:00 grep squid > > There is only one Squid process and its child, respectively. >....
Redhat 9 uses another pthread lib. The aufs threads are no longer listed as separate processes. M.
