Load Balancer and Connection Pooling

  • Guys,

    We have 2 main database servers, with our clients accessing either one DB or another via a website click.  Our application, in the background, chooses randomly, which server to connect to.  This approach achieves simulated load balancing.

    For efficiency purposes, we also have the application manage connection pooling.

    Recently, we realized that our current "simulated load balancing" is not good enough, as it blindly chooses which server to connect to, without considering the current workload of that server.  We are now considering to acquire a load balancer [i.e. hardware piece] so that the load is balanced more wisely, by it.  Our only concern is connection pooling.  Will connection pooling still work with the new, proposed topology [i.e. applications sit to the left of the load balancer and the db servers to the right of it, with the load balancer in the middle].

    If anyone has had any experience with this and could share or give advice, it would be appreciated.

    Thanks a lot!

     

    P.S. Please move this topic to another forum place, if this one is not appropriate.

  • - I've got no experience on this matter but ....

    - can you give us an idea of the number of connections you're expecting (x/min)

    - what TPM are you expecting ?

    - Wich Hardware are you considering for Loadbalancing ?

     

    Johan

    Learn to play, play to learn !

    Dont drive faster than your guardian angel can fly ...
    but keeping both feet on the ground wont get you anywhere :w00t:

    - How to post Performance Problems
    - How to post data/code to get the best help[/url]

    - How to prevent a sore throat after hours of presenting ppt

    press F1 for solution, press shift+F1 for urgent solution 😀

    Need a bit of Powershell? How about this

    Who am I ? Sometimes this is me but most of the time this is me

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply