Hi,
I'm experimenting with qmail's throughput. It approximates what
we want to do with it. (send mail from a mail database through qmail-inject)
I want to see how fast qmail will queue messages.
I have a ~433 Mhz Alpha.
Experiment:
script that runs qmail-inject 1000 times
with a 1000 byte body
Qmail-send is not running
Result:
takes 73 seconds (13.7/sec)
This seems a little slow to me. The system cpu is 70% idle.
Same experiment with "cat >> out.file < 1000byte.in" takes 4 seconds.
Is this normal ? Any ideas on how to speed it up.
thanks,
-jim