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
- Date: Wed, 5 Nov 2008 16:36:50 +0900
- From: Curt Sampson <cjs@example.com>
- Subject: Re: [tlug] Re: [RFC] Outline of the fast HTTP talk
- References: <20081103093743.GB14296@lucky.cynic.net> <87zlkhrreb.fsf-genuine-vii@john.fremlin.org> <20081103141806.GA12339@smtp.office.cynic.net> <87wsfkab9i.fsf-genuine-vii@john.fremlin.org> <20081104005417.GA27170@pragmatic.cynic.net> <490FA7A2.7010700@bebear.net> <877i7kcjy4.fsf-genuine-vii@john.fremlin.org> <20081104110926.GA27318@smtp.office.cynic.net> <874p2mvngy.fsf-genuine-vii@john.fremlin.org> <49112403.7070906@bebear.net>
- User-agent: Mutt/1.5.17 (2007-11-01)
On 2008-11-05 13:41 +0900 (Wed), Edward Middleton wrote: > Does it make much sense having a single request distributing its > processing across more then one core? Depends on the request. But mongrel processes *all* requests in a single Ruby process. Thus, if you have eight cores and are running only mongrel, seven of those cores will be idle, no matter what the load on your server. >: I could understand this being useful for a CPU intensive task like >image processing but for a web server this just seems to be extra >overhead. When you're using a CPU-intensive interpreted language such as Ruby and handling hundreds of requests per second, being "just" a web server becomes a CPU-intensive task. > evented_mongrel[1] thin[2] and ebb[3] can handle multiple requests > fine without the need for native thread support in Ruby. Again, only on one core. cjs -- Curt Sampson <cjs@example.com> +81 90 7737 2974 Mobile sites and software consulting: http://www.starling-software.com
- Follow-Ups:
- Re: [tlug] Re: [RFC] Outline of the fast HTTP talk
- From: Edward Middleton
- [tlug] Re: [RFC] Outline of the fast HTTP talk
- From: John Fremlin
- References:
- Re: [tlug] [RFC] Outline of the fast HTTP talk
- From: Curt Sampson
- [tlug] Re: [RFC] Outline of the fast HTTP talk
- From: John Fremlin
- [tlug] Re: [RFC] Outline of the fast HTTP talk
- From: Curt Sampson
- [tlug] Re: [RFC] Outline of the fast HTTP talk
- From: John Fremlin
- [tlug] Re: [RFC] Outline of the fast HTTP talk
- From: Curt Sampson
- Re: [tlug] Re: [RFC] Outline of the fast HTTP talk
- From: Edward Middleton
- [tlug] Re: [RFC] Outline of the fast HTTP talk
- From: John Fremlin
- Re: [tlug] Re: [RFC] Outline of the fast HTTP talk
- From: Curt Sampson
- [tlug] Re: [RFC] Outline of the fast HTTP talk
- From: John Fremlin
- Re: [tlug] Re: [RFC] Outline of the fast HTTP talk
- From: Edward Middleton
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] X11 Session Manager Setup
- Next by Date: Re: [tlug] Re: [RFC] Outline of the fast HTTP talk
- Previous by thread: Re: [tlug] Re: [RFC] Outline of the fast HTTP talk
- Next by thread: Re: [tlug] Re: [RFC] Outline of the fast HTTP talk
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links