[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20070214044232.GC943@1wt.eu>
Date: Wed, 14 Feb 2007 05:42:32 +0100
From: Willy Tarreau <w@....eu>
To: Ingo Molnar <mingo@...e.hu>
Cc: linux-kernel@...r.kernel.org
Subject: Re: [patch 00/11] ANNOUNCE: "Syslets", generic asynchronous system call support
Hi Ingo !
On Tue, Feb 13, 2007 at 03:20:10PM +0100, Ingo Molnar wrote:
> I'm pleased to announce the first release of the "Syslet" kernel feature
> and kernel subsystem, which provides generic asynchrous system call
> support:
>
> http://redhat.com/~mingo/syslet-patches/
>
> Syslets are small, simple, lightweight programs (consisting of
> system-calls, 'atoms') that the kernel can execute autonomously (and,
> not the least, asynchronously), without having to exit back into
> user-space. Syslets can be freely constructed and submitted by any
> unprivileged user-space context - and they have access to all the
> resources (and only those resources) that the original context has
> access to.
I like this a lot. I've always felt frustrated by the wasted time in
setsockopt() calls after accept() or before connect(), or in multiple
calls to epoll_ctl(). It might also be useful as an efficient readv()
emulation using recv(), etc...
Nice work !
Willy
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists