On Thursday, April 12, 2012 11:37:08 AM UTC-3, (unknown) wrote:
>
> Using the following guide I was able to get the newer version of rails
> (3.0.x) running on my Windows production server:
>
> http://everything-ruby.blogspot.com/2011/04/installing-windows-server-2008-ee-with_10.html
>
> Everything seems to be working and at first it seems faster than the old
> Mongrel cluster.
>
> I run 3 thin servers and I am using the ProxyPass directive to pipe
> requests into a loadbalancer cluster.
>
> It all seems to be running fine, except after a random time (usually
> days) all 3 thin servers stop responding, causing the apache server to
> throw a 503: service unavailable.
>
> What DB are you using? MySQL? Do you have keep alive connections or 
attempt to reconnect?

For long established connections I've encountered problems with MySQL and 
Ruby using mysql adapter. It required me set "reconnect: true" or specify 
some timeout mechanism to certain services (Redis for example).

Is there a way you can obtain a log from one of those thin installation 
behind Apache?

--
Luis Lavena

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/rubyonrails-talk/-/jVZY-f9z7CoJ.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to