> Which setting do you advise for best tuning scenario like mine ???
>
> Now mathopd starts with :
> Tuning {
> NumConnections 240
> BufSize 24576
> }
>
> Mathopd is dedicated only to serve gif, and jpg images.
> Usually I've 400.000 hits/day
Ok that's a pretty light load I think. I wouldn't worry about tuning
until you start getting 10 hits/second or something like that.
The only problem is dropped connections. These are bad and indicate that
you need to up your NumConnections parameter. If you see any dropped
connection messages in the error log, increase the value and restart.
Repeat this procedure until the dropped connections go away.
You may want to decrease BufSize, 24576 is a bit steep. I believe the
sample config file uses 12288, which is pretty reasonable.
Cheers
Michiel