Forum Discussion

comn8u_17272's avatar
comn8u_17272
Icon for Nimbostratus rankNimbostratus
Mar 16, 2007

How would I go about adding a Queue like ticket master?

We have an F5 Big-IP load balancer, 2 MS 2003 server boxes, and I'm implementing the webfarm. Can anyone point me in the right direction to set up a queue for the following situation.

 

 

If my network can only handle 250 users at one time, I want to send the 251st person to a queue (page that says "Please wait...") until traffic clears up. Would this redirection occur within the F5 Load balancer? How would this work? Where would I look for information on how to set this up. I'm waiting for the smartest guru on here to answer this for me. Thanks ahead of time....
  • To make my question a little more clear, I am trying to set up a queue to manage traffic to an application on the server that only accepts 250 concurrent users at one time. How would I set up the redirect on the load balancer to redirect the first user that exceeds the 250 concurrent users to a page, for example, that would say "Your request cannot be executed at this time".

     

     

    I would like to build a script to keep checking the status of the application. If the script finds that the concurrent user level has dropped, then the user would be redirected to the application's webpage. Two ways that I thought of doing it would be 1) have a please wait page that loads the page in the background and 2) put a sleep timer on the script to loop through the execution every 2 minutes for example. Anyone have an idea?
  • This can be accomplished with BIG-IP LTM's Fallback feature, an ECV monitor, and a little content on one or all of the web servers. This is fairly easy to implement and is detailed in the BIG-IP manuals.

     

     

    Tell me a little more about why you would like to use this feature versus the alternatives of ensuring that all transactions (people looking to buy stuff) get executed.