Re: [patch 00/13] Syslets, "Threadlets", generic AIO support, v3

From: Ingo Molnar
Date: Wed Feb 28 2007 - 12:34:47 EST



* Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx> wrote:

> [...] The only way it would buy us a lot is to change the linked lists
> dynamically (ie add new events at the end while old events are still
> executing), [...]

that's quite close to what Jens' FIO plugin for syslets
(engines/syslet-rw.c) does currently: it builds lists of syslets as IO
gets submitted, batches them up for some time and then sends them off.
It is a natural next step to do this for in-flight syslets as well.

Ingo
-
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/