Implementation of multi-machine balanced load based on DNS in Linux

Source: Internet
Author: User
Tags access linux

The first two days added a server to a customer. Jointly undertake the operation of a forum. But. To achieve load balancing. It's a difficult thing.

I've tried a couple of ways before,

One, the DNS rotation. Advantages: Simple implementation. Disadvantage: Unable to detect the load on each server. It is difficult to control the visitor's access address (the general DNS server has caching, so.) Effect is not obvious)

Second, the foreground procedure. A service program similar to Zeus Load balancer was used. Receive an access request at the foreground. And then streaming to each of the actual servers.

But the above two methods are not very suitable for my situation.

The first kind. Unable to properly allocate visitor traffic ... There is a large load of a server that often occurs. And the other one is very low ...

The second kind. will consume more traffic. Resources are also taking up large.

Best. I have also adopted a DNS balanced load method---lbname.

Its main effect is introduced:

A Perl-based DNS server. Application is simple.

Second, automatically detect the load of each server. DNS resolution is then prioritized by result.

Third, the DNS resolution takes effect immediately. Will not be cached by the DNS server.

Four, the installation method is simple ...

Lbname Web Page Introduction

Http://www.stanford.edu/~schemers/docs/lbnamed/lbnamed.html

http://www.stanford.edu/~riepel/lbnamed/

Download:

Http://www.stanford.edu/~riepel/lbnamed/lbnamed-1.2.1.tar.gz

Http://www.stanford.edu/~schemers/dist/lb.tar

.

.

Download Package Description:



Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.