Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] Re: [RFC] Outline of the fast HTTP talk (PHP benchmark)
- Date: Wed, 5 Nov 2008 17:43:18 +0100
- From: Francois Cartegnie <fcartegnie@example.com>
- Subject: Re: [tlug] Re: [RFC] Outline of the fast HTTP talk (PHP benchmark)
- References: <87fxm9tfx7.fsf-genuine-vii@john.fremlin.org> <200811050006.06239.fcartegnie@free.fr> <20081104235613.GB9096@pragmatic.cynic.net>
- User-agent: KMail/1.9.9
> I'm not clear what all this means. FastCGI from lighttpd does not issue > multiple simultaneous requests to an FCGI server, so one generally has > hundreds of FCGI servers runnning on a reasonably well loaded machine. > These processes certainly are preemptible, and while the individual > back-ends are FIFO, neither the group as a whole nor lighttpd is. > > I'm also not sure on what CPU affinity is being set; with this many > processes, one would think that the automatic CPU affinity would be > fine. There's the cpu affinity, which sets wich process runs on which cpu (the dynamic you mention) but he uses the affinity tool function that changes the process scheduler SCHED_FIFO (realtime) for the lighttpd process. Such a process runs until it releases the cpu by itself, and is only interruptible by a process of a higher priority. (and as kmigrate is FIFO/prio 99, can still be migrated to another cpu on multi core systems). So I think lighty is just doing sequencial processing of requests (as their process are with same prio, so all exclusive) and no more paralellism in processing is possible.
- Follow-Ups:
- Re: [tlug] Re: [RFC] Outline of the fast HTTP talk (PHP benchmark)
- From: Curt Sampson
- Re: [tlug] Re: [RFC] Outline of the fast HTTP talk (PHP benchmark)
- From: Edward Middleton
- References:
- [tlug] [RFC] Outline of the fast HTTP talk
- From: John Fremlin
- Re: [tlug] Re: [RFC] Outline of the fast HTTP talk (PHP benchmark)
- From: Francois Cartegnie
- Re: [tlug] Re: [RFC] Outline of the fast HTTP talk (PHP benchmark)
- From: Curt Sampson
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] Fast HTTP Talk, Httperf and Libevent, Pre-talk Hacking Session
- Next by Date: Re: [tlug] Re: [RFC] Outline of the fast HTTP talk (PHP benchmark)
- Previous by thread: Re: [tlug] Re: [RFC] Outline of the fast HTTP talk (PHP benchmark)
- Next by thread: Re: [tlug] Re: [RFC] Outline of the fast HTTP talk (PHP benchmark)
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links