Hi Eric,

This is very interesting - thanks for your notification on qrp. I have 
a question for you. I believe there is an nginx module called "fair 
proxy" which is supposed to be intelligent about queuing requests so 
that only "free mongrels" (i.e. mongrels without an active Rails task 
running) receive requests.

Ezra blogged it here:

http://brainspl.at/articles/2007/11/09/a-fair-proxy-balancer-for-nginx-and-mongrel

I wonder how what you're working on differs and/or improves on this 
system (obviously the architecture is different but I'm wondering about 
performance/effect)?

Would there be a reason to run both? Would your tool be preferred in 
some circumstances to the nginx fair proxy balancer? If so, what kind 
of circumstances? Or do they basically solve the same problem at 
different points in the stack?

Thanks for any additional detail on your very interesting project!

Sincerely,

Steve

At 10:47 AM 2/24/2008, [EMAIL PROTECTED] wrote:
>Date: Sun, 24 Feb 2008 00:54:53 -0800
>From: Eric Wong <[EMAIL PROTECTED]>
>Subject: [Mongrel] ANNC: qrp - queueing reverse proxy
>To: mongrel-users@rubyforge.org
>Message-ID: <[EMAIL PROTECTED]>
>Content-Type: text/plain; charset=us-ascii
>
>Hi, I've started a new project that uses Mongrel.  It basically
>lets you defer requests to it until other Mongrels in your (Rails)
>pool becomes free.
>
>Rubyforge project page:
>   http://rubyforge.org/projects/qrp/
>
>gems, tarballs and git repo in case they haven't hit the mirrors yet:
>   http://bogomips.org/ruby/
>
>I should also add that nginx 0.6.7 or later is required for the
>"backup" feature I mention below in the README:
>
>
>Queueing Reverse Proxy (qrp)
>
>   Ever pick the wrong line at the checkout counters in a crowded 
> store?
>   This is what happens to HTTP requests when you mix a multi-threaded
>   Mongrel with Rails, which is single-threaded.
>
>   qrp aims to be the simplest (worse-is-better) solution and have the
>   lowest (adverse) impact to an existing setup.
>
>
>Background:
>
>   An existing Rails site running Mongrel with nginx proxying to them.
>
>   Unlike Apache, nginx fully buffers HTTP requests from clients 
> before
>   passing them off to Mongrels, which allows Mongrels to dedicate 
> more
>   cycles to running Rails itself.

_______________________________________________
Mongrel-users mailing list
Mongrel-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/mongrel-users

Reply via email to