![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Crossroads Load Balancer 1.80 (Default branch) | iBot | Software Releases - RSS News | 0 | 05-19-2008 08:10 PM |
| Crossroads Load Balancer 1.76 (Default branch) | iBot | Software Releases - RSS News | 0 | 03-07-2008 06:00 PM |
| Need help in wrting Load Script for a Load-Resume type of load. | ankitgupta | Shell Programming and Scripting | 1 | 11-10-2006 12:46 AM |
| could not load hme | nikk | UNIX for Advanced & Expert Users | 1 | 12-21-2004 12:12 AM |
| NFS Load | malcom | UNIX for Advanced & Expert Users | 1 | 06-03-2004 10:39 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
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.
|
|
||||
|
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? |
|
||||
|
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 |
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|