You can't do this with pound.
Try haproxy (or probably several others) instead. Haproxy does this and
much more and is much lighter on resources compared to pound.

Or check out swiftiply, which in my tests could handle more or less the
same load as haproxy, but at full load each requests was handled in <
200ms, while with haproxy it became > 2sec. But I remember it still
having some issues when I tested it, not sure what the current status
is.

Piet.

> -----Original Message-----
> From: rubyonrails-deployment@googlegroups.com 
> [mailto:[EMAIL PROTECTED] On Behalf Of 
> Alex Wayne
> Sent: vrijdag 5 oktober 2007 8:15
> To: rubyonrails-deployment@googlegroups.com
> Subject: [Rails-deploy] Pound and Long running actions
> 
> 
> I have a site with some administration actions that are long running.
> The problem seems to be that pound is sending requests to 
> this locked up mongrel process, even though it has three 
> other open ones.  This is manifested as intermittent 
> "Internal Server Error" when browsing the site while this 
> action is running.  It happens about 1 in 4 page loads, and 
> there are 4 mongrels so I am pretty sure this is whats going on.
> 
> I cant find any log entries about anything going wrong.  How 
> do I tell pound to only send requests to unused mongrels?
> 
> I had this working on another box with lighttpd, which 
> handled this beautifully.
> 
> Thanks!
> --
> Posted via http://www.ruby-forum.com/.
> 
> > 
> 

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Deploying Rails" group.
To post to this group, send email to rubyonrails-deployment@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-deployment?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to