I have 3 back end environments.  qa (q), uat (u), and live (l).  I want to 
provide many listeners on different ports with different connection limits that 
I will point different clients at.

I used to do this by using "listen" everywhere.  I had listen statements for 
the q, u and t server pools.  I also had listen statements for each client 
listener that did connection limiting, and pointed at localhost:port to get to 
the actual load balancing listeners.

I think the preferred way to do this would be to define 3 backends, and many 
front ends.  

How do I associate a front end with a back end?  "use_backend" appears to want 
a conditional.  I just want to say, "for this frontend, always use this 
backend".

-Matt
                                          
_________________________________________________________________
Hotmail has tools for the New Busy. Search, chat and e-mail from your inbox.
http://www.windowslive.com/campaign/thenewbusy?ocid=PID28326::T:WLMTAGL:ON:WL:en-US:WM_HMP:042010_1

Reply via email to