solid state drive access and context switching

From: Chris Friesen
Date: Mon Dec 03 2007 - 18:06:44 EST



Over on comp.os.linux.development.system someone asked an interesting question, and I thought I'd mention it here.

Given a fast low-latency solid state drive, would it ever be beneficial to simply wait in the kernel for synchronous read/write calls to complete? The idea is that you could avoid at least two task context switches, and if the data access can be completed at less cost than those context switches it could be an overall win.

Has anyone played with this concept?

Chris


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/