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

From: Ingo Molnar
Date: Fri Mar 02 2007 - 06:04:47 EST



* Evgeniy Polyakov <johnpol@xxxxxxxxxxx> wrote:

> Even if kevent has the same speed, it still allows to handle _any_
> kind of events without any major surgery - a very tiny structure of
> lock and list head and you can process your own kernel event in
> userspace with timers, signals, io events, private userspace events
> and others without races and invention of differnet hacks for
> different types - _this_ is main point.

did it ever occur to you to ... extend epoll? To speed it up? To add a
new wait syscall to it? Instead of introducing a whole new parallel
framework?

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/