ThesaHelp: ACM references a-e
ThesaHelp: references a-b
Topic: communication protocols
Topic: non-preemptive task scheduling
Topic: interrupts
Topic: hardware vs. software
Topic: hardware for interprocess communication
Topic: task scheduling
| |
Reference
Aron, M., Druschel, P.,
"Soft timers: efficient microsecond software timer support of network processing",
ACM Transactions on Computer Systems, 18, 3, August 2000, pp. 197-228.
Google
Quotations
198 ;;Quote: used soft-timers for rate-based clocking of TCP and network polling to avoid interrupts; 25% faster Web server
| 200 ;;Quote: hardware timer interrupts are expensive; context switch, highest priority, poor cache locality
| 201 ;;Quote: use efficient, trigger states and timing wheels for soft timers; end of system call, end of exception handler, end of interrupt handler, idle loop
| 220 ;;Quote: on-chip timer interrupts are scheduled and canceled at the cost of a register access
| 220+;;Quote: back up soft timers with on-chip timer interrupts; low overhead
|
Related Topics
ThesaHelp: ACM references a-e (259 items)
ThesaHelp: references a-b (396 items)
Topic: communication protocols (61 items)
Topic: non-preemptive task scheduling (16 items)
Topic: interrupts (25 items)
Topic: hardware vs. software (15 items)
Topic: hardware for interprocess communication (31 items)
Topic: task scheduling (49 items)
|