From owner-freebsd-current@FreeBSD.ORG Thu May 1 09:56:34 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1080F37B404 for ; Thu, 1 May 2003 09:56:34 -0700 (PDT) Received: from rwcrmhc53.attbi.com (rwcrmhc53.attbi.com [204.127.198.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07EDA43FCB for ; Thu, 1 May 2003 09:56:33 -0700 (PDT) (envelope-from julian@elischer.org) Received: from interjet.elischer.org (12-232-168-4.client.attbi.com[12.232.168.4]) by rwcrmhc53.attbi.com (rwcrmhc53) with ESMTP id <2003050116563205300f572ce>; Thu, 1 May 2003 16:56:32 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id JAA73265; Thu, 1 May 2003 09:56:32 -0700 (PDT) Date: Thu, 1 May 2003 09:56:31 -0700 (PDT) From: Julian Elischer To: "Daniel C. Sobral" In-Reply-To: <3EB12490.4000500@newsguy.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: Niall Dalton cc: freebsd-current@freebsd.org Subject: Re: In-kernel http server X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 May 2003 16:56:34 -0000 there is a netgraph based in-kernel httpd. hopefully the author will one-day make it available (hint hint (he's on this list)) :-) (or at least give good instructions as to how to do it) On Thu, 1 May 2003, Daniel C. Sobral wrote: > Supposedly, most of the gain of a kernel-based httpd can be achieved > through accept filters (specifically, of course, the accept_http filter). > > Niall Dalton wrote: > > Hello, > > > > My apologies if this is not the correct list to ask this on. > > > > I've been looking at in-kernel http servers such as Tux and khttpd > > in Linux, and I'm curious if there are similar projects for FreeBSD? > > > > Failing that, does anyone have pointers on a as-scalable-as-possible > > web server or proxy (preferably with source code, commercial is fine) > > that will run on FreeBSD, that perhaps uses something like kqueue (I'm > > aware of thttpd that does run on FreeBSD and I'm told uses kqueue). > > > > Best regards, > > Niall > > > > > > > > ------------------------------ > > > > This e-mail is intended for the named addressee only. It may contain confidential and/or privileged information. If you have received this message in error, please let us know and then delete this message from your system. You should not copy the message, use it for any purpose or disclose its contents to anyone. > > > > > > ________________________________________________________________________ > > This e-mail has been scanned for all viruses by Star Internet. The > > service is powered by MessageLabs. For more information on a proactive > > anti-virus service working around the clock, around the globe, visit: > > http://www.star.net.uk > > ________________________________________________________________________ > > _______________________________________________ > > freebsd-current@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-current > > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" > > > > > > > -- > Daniel C. Sobral (8-DCS) > dcs@newsguy.com > dcs@freebsd.org > capo@professional.bsdconspiracy.net > > Spellng is overated anywy. > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" >