We have mongrel cluster, somehow all the requests are routed to first mongrel instance only.Can anyone please tell me ......... why none of the requests are being redirected to other instances. Waiting for the reply. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
We have mongrel cluster, somehow all the requests are routed to first mongrel instance only. can anybody please tell me ..........why none of the requests are being redirected to other instances. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
On May 14, 5:51 am, ripan <rip.chandig...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> We have mongrel cluster, somehow all the requests are routed to first > mongrel instance only. can anybody please tell me ..........why none > of the requests are being redirected to other instances.You probably haven''t configured the proxy (apache, nginx etc...) that sits in front of your mongrels properly. Fred --~--~---------~--~----~------------~-------~--~----~ 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@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
how we can check that load balancing is done properly On May 14, 1:17 pm, Frederick Cheung <frederick.che...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> On May 14, 5:51 am, ripan <rip.chandig...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> We have mongrel cluster, somehow all the requests are routed to first > > mongrel instance only. can anybody please tell me ..........why none > > of the requests are being redirected to other instances. > > You probably haven''t configured the proxy (apache, nginx etc...) that > sits in front of your mongrels properly. > > Fred--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
On 14 May 2008, at 10:17, ripan wrote:> > how we can check that load balancing is done properlyLook at apache''s (or nginx''s, whatever you''ve got etc...) configuration and see if it looks right. Fred> On May 14, 1:17 pm, Frederick Cheung <frederick.che...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > wrote: >> On May 14, 5:51 am, ripan <rip.chandig...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> We >> have mongrel cluster, somehow all the requests are routed to first >>> mongrel instance only. can anybody please tell me ..........why none >>> of the requests are being redirected to other instances. >> >> You probably haven''t configured the proxy (apache, nginx etc...) that >> sits in front of your mongrels properly. >> >> Fred > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---