Linux goes zoom zoom with kernel upgrade
Wednesday, 7 April 2004 19:59 EST
Claims of speed hikes of up to 1,000 per cent are being made by developers Linus Torvalds and Andrew Morton, both of the Open Software Development Lab, for the Linux 2.6 kernel. You could be forgiven for being sceptical. To be fair, though, it's also been reported that the main claim for the kernel's improved I/O scheduling can increase database workload processing by as much as 15 per cent. The improvements are the result of minimising disk head movement during concurrent reads, according to reports. Linux founder Torvalds reportedly said: "Basically, the anticipatory scheduler maintains some per-process statistics to try to guess whether there will be another dependent read 'soon'" and, if the algorithm guesses that there will be another read access, it will wait before returning to process the next request.
"This significantly decreases the back and forth seeking under some loads," the report continues. "The wait-before-seek enables one process to perform several similar reads in rapid succession without having to send the drive head back and forth repeatedly. The anticipatory scheduler is best suited to standard desktop and file server loads. In fact, it was while using the anticipatory scheduling that Morton experienced up to 1,000 per cent speed increases on some workloads."
Read Full Story