Re: Thread implementations...

Dean Gaudet (dgaudet-list-linux-kernel@arctic.org)
Mon, 22 Jun 1998 00:57:52 -0700 (PDT)


Note that the poll_ctrl you introduce in
<ftp://ftp.atnf.csiro.au/pub/people/rgooch/linux/kernel-patches/v2.1/fastpoll-readme>
is almost all the work required for a completion queue. The additional
code required is to add "void *user_data; int completion_fd;" to the event
structure. If the low level code is smart enough to fill in your events
structure it's smart enough to plop a word into a pipe when necessary. So
are you sure it'd be too much bloat to do completion queues? :)

Dean

On Mon, 22 Jun 1998, Richard Gooch wrote:

> I've written a document that tries to cover the various issues with
> I/O events. Check out:
> http://www.atnf.csiro.au/~rgooch/linux/docs/io-events.html
>
> Regards,
>
> Richard....
>

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu