Re: generalizing khttpd

Bjorn Wesen (bjorn@sparta.lu.se)
Fri, 11 Jun 1999 23:41:33 +0200 (MET DST)


On Fri, 11 Jun 1999, Zach Brown wrote:
> [this is rapidly approaching offtopic for linux-kernel]

Maybe its more relevant to linux-future. But I do think its a useful
discussion, because it shows what areas linux needs to be better at
(IF it is true that in-kernel servers right now are much faster).

> who needs multiple processes? My sily siginfo server has done 3500
> requests a second with a single thread over localhost in 2.3.x.
> yes, it cheats ;)

But single-threaded servers don't SMP scale. Maybe if you put a thread on
each CPU and balance requests ?

> I'm not meaning to deter people from messing around with a kernel httpd.
> I just don't think its the right approach to the problem. What happens
> with smb isn't fast enough? ldap? nntp?

exactly. but it MIGHT provide useful benchmark results and profiling info
on what pars of the kernel we need to optimize.

/Bjorn

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/