Re: Asynch I/O overloaded 2.2.15/2.3.99

From: Rik van Riel (riel@conectiva.com.br)
Date: Wed Apr 12 2000 - 11:59:28 EST


On Wed, 12 Apr 2000, Andrea Arcangeli wrote:
> On Wed, 12 Apr 2000, Jeff V. Merkey wrote:
>
> >I have added calls to run_task_queue(&tq_disk) to the code, and it makes
> >the AIO performance go way up. I noticed that the current task is
           ^^^^^^^^^^^^^^^^^^^^^

> That's normal. Running run_task_queue(&tq_disk) when not
> necessary can _only_ harm performance since it doesn't allow the
> plugging code and the elevator to do their work.

Running it when it's not needed will indeed lower performance,
but not running it when it's needed will be a big loss. Maybe
we should do a run_task_queue(&tq_disk) whenever we're (almost)
running out of request slots?

Jeff saw a definate improvement in the performance of his system
when running tq_disk...

regards,

Rik

--
The Internet is not a network of computers. It is a network
of people. That is its real strength.

Wanna talk about the kernel? irc.openprojects.net / #kernelnewbies http://www.conectiva.com/ http://www.surriel.com/

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



This archive was generated by hypermail 2b29 : Sat Apr 15 2000 - 21:00:19 EST