On Thu, Jul 27, 2000 at 03:24:27PM -0700, Kris Kennaway wrote:
> On Thu, 27 Jul 2000, ym g wrote:
> > Are there plans for any apps like thin/fast [maybe in kernel]
> > webserver which uses kqueue
> 
> I've been tinkering with kq'ing thttpd - in fact I have it working (which
> was trivial), although it's not optimized yet so I don't expect major
> performance changes - thttpd is still querying each FD individually for
> status, instead of just using the next ones kq tells it about. I just need
> to figure out how to benchmark it effectively - httperf is running into
> client limitations so far.

The boa HTTP server might be as good a place to start too: it
doesn't fork either (except to run CGI scripts).  Actually, thttpd
sounds pretty similar.  I hadn't looked at it before.  Have you
compared them at all?

-- 
Andrew


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message

Reply via email to