hyper threading.

Anthony Atkielski atkielski.anthony at wanadoo.fr
Sun Mar 27 10:04:19 PST 2005


em1897 at aol.com writes:

> Right. Thats what I said. You'll killl your networking.

Beyond a certain network load, you have to increase the number of timer
interrupts per second no matter how fast your processors are or how many
of them you have, if you are polling your I/O interfaces instead of
being driven from interrupts.

I don't like the idea of routinely running 1000 timer interrupts per
second, but I note that FreeBSD 6.x apparently is moving to this number
(?).  I'd prefer that it be readily configurable.

There are other options but I'm not sure how well x86 hardware supports
them.  Having a very accurate, very high resolution elapsed-time counter
on the processor(s) can help lower overhead by allowing the OS to get
accurate time information without waiting for an interrupt and with
execution of only a single instruction.  Having programmable, very high
resolution timers would help, too.

-- 
Anthony




More information about the freebsd-questions mailing list