Martin Gasbichler <gasbichl@informatik.uni-tuebingen.de> wrote in message
news:<iyptltexlp.fsf@informatik.uni-tuebingen.de>...
> felix <felixundduni@freenet.de> writes:
> >
> > Does httpd support persistent connections properly?
>
> No, it is a pure HTTP 1.0 server. We would like to extend it to HTTP
> 1.1 but currently we don't have the time to do so.
Ah, Ok.
>
> > When I run httperf with --num-calls 10 --num-conns 200 it looks like
> > only 400 requests are served.
> >
> > Any ideas?
>
> I'll try to have a closer look at this within the next few days.
The --num-calls performs a sequence of 10 requests persistently
(if I understand the docs correctly). Since the SUnet server
doesn't to those, the problem is solved.
cheers,
felix
|