From owner-freebsd-net@FreeBSD.ORG Fri Feb 11 21:14:46 2005 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04E9D16A4CE; Fri, 11 Feb 2005 21:14:46 +0000 (GMT) Received: from mail.vicor-nb.com (bigwoop.vicor-nb.com [208.206.78.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7E3B43D2F; Fri, 11 Feb 2005 21:14:45 +0000 (GMT) (envelope-from julian@elischer.org) Received: from elischer.org (julian.vicor-nb.com [208.206.78.97]) by mail.vicor-nb.com (Postfix) with ESMTP id AA1147A403; Fri, 11 Feb 2005 13:14:45 -0800 (PST) Message-ID: <420D2045.4050209@elischer.org> Date: Fri, 11 Feb 2005 13:14:45 -0800 From: Julian Elischer User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3.1) Gecko/20030516 X-Accept-Language: en, hu MIME-Version: 1.0 To: CHOI Junho References: <200502071319.57331.max@love2party.net> <20050208.224227.27773191.cjh@kr.FreeBSD.org> <20050211104352.GB31252@cell.sick.ru> <20050212.002243.41722999.cjh@kr.FreeBSD.org> In-Reply-To: <20050212.002243.41722999.cjh@kr.FreeBSD.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-net@freebsd.org Subject: Re: kernel mode httpd/ftpd for FreeBSD? X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Feb 2005 21:14:46 -0000 CHOI Junho wrote: > >Again, I know what is tux and why there is no such experiment on >FreeBSD. > As I mentionned earlier. This is not totally true. An in-kernel httpd was implemented using the netgraph ksocket node to open a socket in the kernel. The httpd was I believe implemented as a netgraph module. It should be possible to re-do this work relatively simply, as all the required features were committed back into the standard netgraph ksocket node.