Andrea Arcangeli wrote: > Petru Paler wrote: > > This is one of the main thttpd design points: run in a select() loop. Since > > it is intended for mainly static workloads, it performs quite well... > > It can't scale in SMP. thttpd is i/o bound, not CPU bound, so there's no need for SMP scaling. It's an effective little server as long as the active document tree fits in RAM. If it ain't broke, don't tell people how to fix it :-) (If for some reason SMP scaling was desirable, the thttpd way to do it would be to introduce one thread for each CPU, and have each thread run the same select() loop.) - Dan - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/
- Re: linux 2.2.19pre and thttpd ... Andrea Arcangeli
- Re: linux 2.2.19pre and thttpd (VM-globa... Alan Cox
- Re: linux 2.2.19pre and thttpd (VM-... Andrea Arcangeli
- Re: linux 2.2.19pre and thttpd ... Andi Kleen
- Re: linux 2.2.19pre and thttpd ... Jakob Østergaard
- Re: linux 2.2.19pre and thttpd ... dean gaudet
- Re: linux 2.2.19pre and thttpd ... Andrea Arcangeli
- Re: linux 2.2.19pre and thttpd (VM-global problem?) Jure Pecar
- Re: linux 2.2.19pre and thttpd (VM-global proble... Alan Cox
- Re: linux 2.2.19pre and thttpd (VM-global proble... Andrea Arcangeli
- Re: linux 2.2.19pre and thttpd (VM-global problem?) Daniel R. Kegel
- Re: linux 2.2.19pre and thttpd (VM-global problem?) Aaron Sethman
- RE: linux 2.2.19pre and thttpd (VM-global problem?) Matt Liotta
- Re: linux 2.2.19pre and thttpd (VM-global problem?) Andrea Arcangeli
- Re: linux 2.2.19pre and thttpd (VM-global problem?) Jure Pecar
- Re: linux 2.2.19pre and thttpd (VM-global problem?) Jure Pecar