From owner-cvs-all Fri Jun 16 22: 1:50 2000 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 558) id 5502A37C39E; Fri, 16 Jun 2000 22:01:47 -0700 (PDT) To: peter@FreeBSD.ORG Subject: Re: cvs commit: src/sys/kern uipc_socket.c uipc_socket2.c src/sy Cc: cvs-all@FreeBSD.org Message-Id: <20000617050147.5502A37C39E@hub.freebsd.org> Date: Fri, 16 Jun 2000 22:01:47 -0700 (PDT) From: hsu@FreeBSD.ORG (Jeffrey Hsu) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >> 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