load balancing of incoming http request

Discussion in 'HOWTO-Related Questions' started by prasadspy, Feb 18, 2011.

  1. prasadspy

    prasadspy New Member

    Hii friends, I am doing a project to balance the load of incoming http request and distributing it to one of the instance of the service running on that server.I am thinking of using a round robin algorithm for distributing the load.


    Can u suggest means of goin' about.

    Thanking you,
    Prasad
     
  2. falko

    falko Super Moderator Howtoforge Staff

  3. prasadspy

    prasadspy New Member

    thanx for the help buddy....
    but i need to build only the functionality of distributing loads on various instances of the servers and not go too deep in actually cheackin the servers for their health


    plz do reply......
     
  4. falko

    falko Super Moderator Howtoforge Staff

    You can do this with HAProxy and Pound as well.
     
  5. prasadspy

    prasadspy New Member

    I actually need to develop 1 not to use any pre made software, so just want to implement the above mentioned procedure and not go too deep as with HAProxy and Pound
     

Share This Page