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.

When I go into the server, I see the Ruby.exe processes still running,
but even navigating to http://localhost:4003 (and 4004 and 4005) does
nothing and gives a timeout.

Does anyone have an idea how to solve this issue?

I am using:
Ruby 1.8.7
Rails 3.0.10
Thin 1.3.1
Windows Server 2008 R2

-- 
Posted via http://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to