Re: Apache performance: Run queue proportional to number of connections?

Dean Gaudet (dgaudet-list-linux-kernel@arctic.org)
Mon, 28 Jun 1999 11:56:28 -0700 (PDT)


On Mon, 28 Jun 1999, Dean Gaudet wrote:

> Another thing to think about -- is ways to have CPU/network card affinity.
> You don't want to be playing L1/2 cache ping-pong on the RAM you use to
> load the packets off the card. You hopefully want to use the packets in
> the CPU that you first read them on. The way we're restructuring apache
> will let us plug in whatever extra syscall goop is needed to help this.

Er, nevermind, I'm optimizing the read-from-net case again, which is only
interesting to those of us building proxies.

Dean

-
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/