Mongral cluster issue

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

how we can check that load balancing is done properly

how we can check that load balancing is done properly

Look at apache's (or nginx's, whatever you've got etc...)
configuration and see if it looks right.

Fred