From owner-freebsd-net@FreeBSD.ORG Tue Feb 8 01:30:34 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 4598A16A4CE for ; Tue, 8 Feb 2005 01:30:34 +0000 (GMT) Received: from mail.vicor-nb.com (bigwoop.vicor-nb.com [208.206.78.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FC9B43D41 for ; Tue, 8 Feb 2005 01:30:34 +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 11CB37A423; Mon, 7 Feb 2005 17:30:34 -0800 (PST) Message-ID: <4208163A.8010607@elischer.org> Date: Mon, 07 Feb 2005 17:30:34 -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: Max Laier References: <20050207.182021.68162131.cjh@kr.FreeBSD.org> <200502071319.57331.max@love2party.net> In-Reply-To: <200502071319.57331.max@love2party.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-net@freebsd.org cc: CHOI Junho 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: Tue, 08 Feb 2005 01:30:34 -0000 Max Laier wrote: >On Monday 07 February 2005 10:20, CHOI Junho wrote: > > >>Anyone knows about kernel-mode httpd/ftpd for FreeBSD? (just like tux >> of linuxI searched several times but failed. >> >> > >No there is not. In my humble opinion it's a *really* bad idea to implement >something that vulnarable to external attacks and buffer overflows inside the >kernel. The often claimed performance benefit can as easily be achieved with >accept filters (see esp. accf_http(9)) and kqueue(9). There is really no >need to put this into the kernel. > actually there is.. it was written by ummm umm jpd I think.. (unless it was imp) but it is not released. > > >