11 messages in ru.sysoev.nginxRe: HTTP load balancing algorithm
FromSent OnAttachments
Florian MunzJan 22, 2007 11:41 am 
Igor SysoevJan 22, 2007 12:28 pm 
Jonathan VanascoJan 22, 2007 12:43 pm 
Ezra ZygmuntowiczJan 22, 2007 1:01 pm 
Florian MunzJan 22, 2007 1:10 pm 
Igor SysoevJan 22, 2007 1:11 pm 
Igor SysoevJan 22, 2007 1:15 pm 
Ezra ZygmuntowiczJan 22, 2007 1:19 pm 
Bob IppolitoJan 22, 2007 1:21 pm 
Aleksandar LazicJan 22, 2007 11:22 pm 
Jure PečarJan 23, 2007 12:27 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: HTTP load balancing algorithmActions...
From:Igor Sysoev (is-G@public.gmane.org)
Date:Jan 22, 2007 1:15:53 pm
List:ru.sysoev.nginx

On Mon, 22 Jan 2007, Florian Munz wrote:

I'm not really sure if that's the solution for my problem and I realize that advanced logging and profiling is not cheap. It just seems to me that it's a common problem with rails (fast requests coming from fragment caching etc, slow requests from complex pages with lots of db queries) and was hoping others found a solution for it :)

If the slow requests require a lot of db queries and the db server is on different server than rails, then you may try to run many rails instances on different ports.