Re: [patch 00/13] Syslets, "Threadlets", generic AIO support, v3
- From: Ingo Molnar <mingo@xxxxxxx>
- Date: Thu, 1 Mar 2007 11:19:24 +0100
* Pavel Machek <pavel@xxxxxx> wrote:
Threadlets behave much worse without event driven model, events can
behave worse without backed threads, they are mutually compensating.
I think Ingo demonstrated unoptimized threadlets to be within 5% to
the speed of kevent. [...]
that was epoll not kevent, but yeah. To me the biggest question is, how
much improvement does kevent bring relative to epoll? Epoll is a pretty
good event queueing API, and it covers all the event sources today. It
is also O(1) throughout, so i dont really understand how it could only
achieve half the speed of kevent in the evserver_epoll/kevent.c
benchmark. We need to understand that first.
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/
- References:
- Re: [patch 00/13] Syslets, "Threadlets", generic AIO support, v3
- From: Evgeniy Polyakov
- Re: [patch 00/13] Syslets, "Threadlets", generic AIO support, v3
- From: Pavel Machek
- Re: [patch 00/13] Syslets, "Threadlets", generic AIO support, v3
- From: Evgeniy Polyakov
- Re: [patch 00/13] Syslets, "Threadlets", generic AIO support, v3
- From: Pavel Machek
- Re: [patch 00/13] Syslets, "Threadlets", generic AIO support, v3
- Prev by Date: Re: [patch 00/13] Syslets, "Threadlets", generic AIO support, v3
- Next by Date: Re: [PATCH 1/2] Define FIXED_PORT flag for serial_core
- Previous by thread: Re: [patch 00/13] Syslets, "Threadlets", generic AIO support, v3
- Next by thread: Re: [patch 00/13] Syslets, "Threadlets", generic AIO support, v3
- Index(es):
Relevant Pages
|