Re: user space web server accelerator support

David S. Miller (davem@redhat.com)
Mon, 19 Mar 2001 19:59:25 -0800 (PST)


Fabio Riccardi writes:
> How can Apache "grab" the file descriptor?
>
> My understanding is that file descriptors are data structures private to
> a process...
>
> Am I missing something?

Unix sockets allow one processes to "give" a file descriptor to
another process via a facility called "file descriptor passing".

Later,
David S. Miller
davem@redhat.com
-
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/