Followup to: <[EMAIL PROTECTED]> By author: Linus Torvalds <[EMAIL PROTECTED]> In newsgroup: linux.dev.kernel > > Oh, I agree. > > And I think something like CLONE_EVENTS would be fine - and decide > yourself what kind of threads you want (do you want indistinguishable > "anonymous" threads like apache, or do you want a threads that handle > separate event queues). Or you might have a mixture of the two - for web > serving the "accept()" event list might be a separate thing with a few > threads doing that, while "worker threads" handle the actual IO.. > > But if you want to have some event queue ID, I just wonder how you'd set > it up sanely without tons of complications.. > How about handle the event queue ID as an event mask internally? -hpa -- <[EMAIL PROTECTED]> at work, <[EMAIL PROTECTED]> in private! "Unix gives you enough rope to shoot yourself in the foot." http://www.zytor.com/~hpa/puzzle.txt - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/
- Re: Linux's implementation of poll() n... Alexander Viro
- Re: Linux's implementation of poll() n... Linus Torvalds
- Re: Linux's implementation of poll() n... Dave Zarzycki
- Re: Linux's implementation of poll() n... H. Peter Anvin
- Re: Linux's implementation of poll() n... Lincoln Dale
- Re: Linux's implementation of poll() n... Mitchell Blank Jr
- Re: Linux's implementation of poll() n... Linus Torvalds
- Re: Linux's implementation of poll() n... Mitchell Blank Jr
- Re: Linux's implementation of poll() n... Evan Jeffrey
- Re: Linux's implementation of poll() n... Linus Torvalds
- Re: Linux's implementation of poll() n... H. Peter Anvin
- Re: Linux's implementation of poll() n... Gideon Glass
- Re: Linux's implementation of poll() n... Simon Kirby
- Re: Linux's implementation of poll() n... Linus Torvalds
- Re: Linux's implementation of poll() n... Simon Kirby
- Re: Linux's implementation of poll() n... Miquel van Smoorenburg
- Re: Linux's implementation of poll() n... Dan Maas
- Re: Linux's implementation of poll() n... Kai Henningsen
- async IO events Ingo Molnar
- Re: Linux's implementation of poll() n... Andi Kleen
- Re: Linux's implementation of poll() not scalable? Felix von Leitner