Please indulge me in a Mongrel clustering noob question. I just got mongrel clustering set up, is there any way for me to know (via log files, etc.) which instance of Mongrel serves up a given request? URLs if appropriate, please. Thanks, Wes -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Frederick Cheung
2008-Mar-08 12:46 UTC
Re: How to know which Mongrel process serves a request?
On 7 Mar 2008, at 23:26, Wes Gamble wrote:> > Please indulge me in a Mongrel clustering noob question. > > I just got mongrel clustering set up, is there any way for me to know > (via log files, etc.) which instance of Mongrel serves up a given > request?If you use the SyslogLogger gem to log via syslog then you get pids in your log files. Fred> > > URLs if appropriate, please. > > Thanks, > Wes > -- > 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---