See: "http://linuxtoday.com/news_story.php3?ltsn=2002-10-17-002-26-NW-KN-DV";

"Robert Love recently backported the jiffies_to_clock_t() code from the 2.5
development kernel to the 2.4 stable kernel. This patch allows one to adjust

the frequency of the timer interrupt, defined in the standard 2.4 kernel
with
HZ=100. In 2.5 this has been increased to HZ=1000.

"I wrote Robert asking if he could explain the usefulness of his patch, and
he
replied in kind with a lengthy and very interesting email detailing what the

patch is, how it works, and why it's useful. He explains, 'The timer
interrupt
is at the heart of the system. Everything lives and dies based on it. Its
period is basically the granularity of the system: timers hit on 10ms
intervals,
timeslices come due at 10ms intervals, etc.'

"Read on to learn what affect changing this value will have on your Linux
server,
and to see the actual patch..."

----------------------------------------------------------------------------

How does this impact the "No Jiffies" patch?

Reply via email to