Davide Libenzi wrote:
On Wed, 2 May 2007, Davi Arnaut wrote:
So in this case I may borrow some signalfd code :-) I really like the
signalfd approach, but IMHO the code is quite ugly and duplicates
a lot of hairy code.
Ugly, really? Please ...
+ while (!mutex_trylock(&evs->mutex
On Wed, 2 May 2007, Davi Arnaut wrote:
> So in this case I may borrow some signalfd code :-) I really like the
> signalfd approach, but IMHO the code is quite ugly and duplicates
> a lot of hairy code.
Ugly, really? Please ...
+ while (!mutex_trylock(&evs->mutex))
+ cpu_relax
Davide Libenzi wrote:
On Wed, 2 May 2007, Davi Arnaut wrote:
Davide Libenzi wrote:
On Tue, 1 May 2007, Andrew Morton wrote:
David, could you provide some feedback please? The patches are stunningly
free of comments, but you used to do that to me pretty often so my
sympathy
On Wed, 2 May 2007, Davi Arnaut wrote:
> Davide Libenzi wrote:
> > On Tue, 1 May 2007, Andrew Morton wrote:
> >
> >
> > > David, could you provide some feedback please? The patches are stunningly
> > > free of comments, but you used to do that to me pretty often so my
> > > sympathy
> > > is
Davide Libenzi wrote:
On Tue, 1 May 2007, Andrew Morton wrote:
David, could you provide some feedback please? The patches are stunningly
free of comments, but you used to do that to me pretty often so my sympathy
is limited ;)
You bastard! :)
Ok, from a brief look ...
[general]
The
On Tue, 1 May 2007, Andrew Morton wrote:
> David, could you provide some feedback please? The patches are stunningly
> free of comments, but you used to do that to me pretty often so my sympathy
> is limited ;)
You bastard! :)
Ok, from a brief look ...
[general]
The code adds an extra indirecti
On Wed, 02 May 2007 02:22:35 -0300 Davi Arnaut <[EMAIL PROTECTED]> wrote:
> This patch set introduces a new file system for the delivery of pollable
> events through file descriptors. To the detriment of debugability, pollable
> objects are a nice adjunct to nonblocking/epoll/event-based servers.
This patch set introduces a new file system for the delivery of pollable
events through file descriptors. To the detriment of debugability, pollable
objects are a nice adjunct to nonblocking/epoll/event-based servers.
The pollfs filesystem abstraction provides better mechanisms needed for
creating
8 matches
Mail list logo