Mongrel Cluster

What is the best way to verify all the instances in my Mongrel Cluster
are being hit…I don’t see anywhere in the log that shows this.

Thanks.

Brian,

I have never needed it, but your first option is to modify Rails 

logging:

http://www.caboo.se/articles/2006/11/14/configure-mongrel-rails-logger-per-port

Another option is to have your frontend log it where is it

dispatching the requests. Just checked Nginx (weapon of choice) and it
doesn’t do it, not sure if it is possible.

Beste regards,


Aníbal Rojas

http://anibal.rojas.com.ve

On Fri, Sep 12, 2008 at 7:04 AM, Brian P.

Thank you!