Tagged Questions

1
vote
1answer
230 views

Ruby on Rails: How do I detect a specific mongrel instance in a cluster during startup?

We run an application with a half dozen mongrels. A new feature that we've added is a scheduler (rufus-scheduler) that runs within a mongrel and provides cron-like background task processing. We ...
0
votes
1answer
272 views

Problem running Mongrel with Rails3 and Ruby 1.8.7

I am running a linux instance. My question is the same as Problem running Mongrel with Rails3 and Ruby 1.9.2 except for the fact that I am running Ruby 1.8.7 and I am using Linux. Here is the ...
0
votes
1answer
117 views

using mongrel cluster

Can someone explain to me what is the purpose of using a mongrel cluster for a single application? If you have three instances of mongrel running, I assume that you use apache to load balance and the ...
0
votes
0answers
218 views

Sending USR2 to mongrel_rails sometimes results in an “Address already in use” on the restart

We have a rolling-restart mode for our mongrel cluster that sends a USR2 signal to each running process. This works great, most of the time. But very occasionally the mongrel process will shutdown, ...