Load Balancer


 
Thread Tools Search this Thread
Top Forums Programming Load Balancer
# 1  
Old 08-26-2006
Load Balancer

Halo mates,

I m going to write a load balancer with C. Does anybody know some good reference on this?

Cheers,

Elton
# 2  
Old 08-26-2006
Load-balancing what? Disk? Network? Processor power?

Either way, I think a load-balancer is something that'd have to be part of the kernel...
# 3  
Old 08-26-2006
Corona688 is right. The only thing that comes to mind that you will be able to balance is I/O load. i.e., Moving hot files off busy disks and on to others, called load levelling. This is not something that you would want to do in C, anyway.
# 4  
Old 08-27-2006
Oh....yes, I m going to balance the throughput of some replication webservers. Thire I/O load. But my lecture really use "Load balancer" rathre than "Load Leveler".... Smilie

Regards,

Elton
# 5  
Old 08-30-2006
If I get you correctly, you want people to spread the load of server access across several identical web servers...

The simple way to do this would be random selection. No psychic knowledge of the servers' internal state required. I think DNS even has support for this, several IP's for one name?
# 6  
Old 08-30-2006
Yes Corona,

I m gonna do sth like that, consider the number of connections, served file size, RTT, etc. and also availabilty of servers. I just wanna get more ideas about that~

Cheers,

Elton
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. Virtualization and Cloud Computing

A load balancer for Nomachine NX

Hello, in case somebody has a NoMachine NX cluster, and is suffering from its dumb round-robin dispatcher, here is a solution: nxpub (NX Pluggable User Balancer). It should run on all LUnix OS. Scripts for install/uninstall are supplied. While tested with NX 3 (NX 3.5 is the latest), it might... (2 Replies)
Discussion started by: MadeInGermany
2 Replies

2. Linux

Server Load balancer

Hello Guys, Hope you all doing well . :) I was checking load balance command (uptime)on VM server and got below output. # uptime 07:08:40 up 52 min, 2 users,a load average: 0.45, 0.11, 0.03 A :How we can calculate load average? Thank you in advance !! Cheers:) Dont forget... (1 Reply)
Discussion started by: Nats
1 Replies

3. UNIX for Advanced & Expert Users

piranha load balancer failover

we use piranha load balancer with two nodes even the primary node is running fine and up failover happend to secondary node this happend quite few times ehy node2 cannot talk to node1 what logs are to be checked and investigate why failover occured pulse: partner dead: activating... (0 Replies)
Discussion started by: robo
0 Replies

4. Red Hat

What is the Best Load Balancer for Linux?

Hi, What's the best load balancer for Linux (CentOS, SuSE) according to your personal experience? Linux Virtual Server (LVS) is a famous one, but their download site has not been updated since 2007. Their web and mailing list are so quiet. Is the Ultra Monkey project including LVS... (1 Reply)
Discussion started by: aixlover
1 Replies

5. AIX

hacmp ip load balancer failover

Hi All, How do I failover on the ip load balancer (back and forth)? It involves first to load a new config on the passive ip. If success, load the new config on the ip active (which is now passive). Any idea, please. Thanks in advance. (0 Replies)
Discussion started by: itik
0 Replies
Login or Register to Ask a Question