First page Back Continue Last page Overview Graphics
Strategies for Performance Improvement
Revise locking/referencing strategies
- Recent reference count changes on sockets led to 4%-20% improvements
Move towards batched processing models
- Operate on queues of packets to amortize synchronization costs
- Create processing pipelines
Lower context switch, critical section costs
More measurement/tracing (KTR, etc)