Check out the new USENIX Web site. next up previous
Next: Native kernel Up: Performance improvements Previous: Eliminating the tracing thread

Block driver

The block driver is currently only able to have one outstanding I/O request at a time. This greatly hurts I/O intensive applications. Fixing this would involve either having more than one thread to do I/O operations or using an asynchronous I/O mechanism to allow multiple requests to be outstanding without needing to block.



Jeff Dike 2000-08-23