|
Posted by: Paresh Patel on 2006-07-21, 03:02:47
Hi, Load balancing is a technique for transfer incoming query's to others simultaneously running web server. For that Yahoo & google both using squid proxy for load balancing. In yahoo, all yahoo user account is stored in SAN (storage area network) a centralized server. Whenever any Internet user make query for yahoo web server, query is goes to first list of squid proxy. For that they setup more than 10 squid proxy server for load balancing. every squid proxy server getting account info from SAN and process the query. If one squid server is handel his full capacity and he receive new query then he transfer this query to other squid server for processing. All this is setup in unix base OS like Linux, HP UX, IBM AIX. The same is in google also. Good luck!!!! |