Re: lockless poll() (was Re: namei() query)

Linus Torvalds (torvalds@transmeta.com)
Mon, 24 Apr 2000 19:12:24 -0700 (PDT)


On Mon, 24 Apr 2000, dean gaudet wrote:
>
> here is a patch against apache-1.3 which forces it to align the length of
> its headers to a 32-byte boundary. if your benchmark is requesting
> objects greater than ~4k in size this will cause apache to generate
> writev()s such as:

Nice.

The intel guys already did an experimental (and fairly ugly) patch to make
the kernel try to semi-pad the destination by selecting specific sizes for
the packets sent out over TCP. They claimed a 3% speedup in specweb (or
something) from that. The argument from Dave and Alan was that it should
be done from within the web-server.

Linus

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/