Date: Fri, 16 Jun 2000 22:01:47 -0700 (PDT) From: hsu@FreeBSD.ORG (Jeffrey Hsu) To: peter@FreeBSD.ORG Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern uipc_socket.c uipc_socket2.c src/sy Message-ID: <20000617050147.5502A37C39E@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
>> Use kqueue then. > How? Look on the whiteboard in the Destiny conference room at Yahoo. :-) Jonathon Lemon scribbled some notes on extending kqueue to do this there. > Put an application specific protocol filter into the kernel so > that kqueue can wait on it? The application specific protocol filter is written in user-land in the DPF scripting language (c.f. Exo-kernel project), passed into the kernel via kqueue, where it is then translated into an x86 machine-language routine and executed by the kernel. Jeffrey To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000617050147.5502A37C39E>