hello,
I've started testing pound, and i'm stressing it with around
100-128 simultaneous connections from ab (apache benchmark). I
don't really know how many request/sec is that, because I've
disabled the normal logging to see the error logs.
I'm recieving hordes of broken pipes from pound. I've got
hourly log rotating, so the last hour's results are:
# bzgrep 'pound: error copy server cont: Broken pipe' messages.0.bz2 | wc -l
5718
# for i in `bzgrep -A 2 'pound: error copy server cont: Broken pipe'
messages.0.bz2 | grep 'last message repeated' | awk '{print $8}'`; do
sum=$(($sum+$i)); done
# echo $sum
118046
That's quite much, in my opinion.
I'm running it on a FreeBSD 6.2-p6, with libthr instead of the default
libpthread.
How can this issue be fixed?
Sincerely,
Gergely Czuczy
mailto: gergely.czuczy(at)harmless.hu
[...]
|