lkml.org 
[lkml]   [2003]   [Feb]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: Synchronous signal delivery..

    On Fri, 14 Feb 2003, Davide Libenzi wrote:
    >
    > I would personally like it a lot to have timer events available on
    > pollable fds. Am I alone in this ?

    I don't know.

    HOWEVER, judging from the discussion following, I do know that there are a
    lot of people who want to have just "random things" available.

    That's not what this patch was about. I'm not in the least interested in
    some "generic event" mechanism, and it's not where I think this should
    even go. This was very much about signals, and while I can see the
    potential to extend the notion of signals to things like timers, I don't
    think it's necessarily a good idea to extend it too far.

    For example, you _can_, with the existing patch, already get timers. You
    won't get any _new_ timers, but all the normal itimer signal stuff would
    come down the sigfd() pipe the same way any other signal does.

    Could we extend that to bind "other" timers to the sigfd()? Yes. And maybe
    we could make it easier in general to "bind" events to the fd, instead of
    having the coupling be static (ie right now it's a static coupling at
    "sigfd()" call time, it could be split up into a "create descriptor" and
    "bind descriptor" thing).

    > About that, I think we should make an utility function to be shared among
    > all the code that need to create "fake" inodes to expose fds. Right now
    > many component ( pipes, futexes, epoll, ... ) uses the basic code, sharing
    > the same needs, and duplicating basically the same code.

    Some of it can be pulled in. However, the way the dynamic inode allocation
    works, different kinds of inodes _have_ to have different superblocks,
    since that's the level where the inode allocation and caching works. So
    the fake inodes for a pipe, for example, are _not_ the same as the fake
    inodes for the sigfd's. So not all of it is shared.

    Linus

    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/

    \
     
     \ /
      Last update: 2005-03-22 13:33    [W:3.810 / U:0.004 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site