Penguin
Annotated edit history of LowLatency version 3, including all changes. View license author blame.
Rev Author # Line
3 AristotlePagaltzis 1 Latency is the delay between an event and the reaction to it. It is usually desirable for latency to be low, though low latency usually comes at the cost of throughput, which is the rate at which events can be reacted to.
1 PerryLorier 2
3 AristotlePagaltzis 3 In networking, latency is usually expressed in terms of "ping time", measured using the ping(8) utility. Consistent and low latency is important for network games and voice chat (see [VoIP]) applications.
4
5 The Low Latency patches for the [Linux] [Kernel] reduce the duration of many uninterruptible sequences, so other processes can run, preventing f.ex sound from skipping.