Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Load balancing optimization or not
Message
 
À
22/03/2003 14:26:23
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00768951
Message ID:
00769152
Vues:
14
Hi Michel,

>By curiosity, one server is holding the database and the Web application that queries it. If I offload the database from that server and put it into a dedicated server, will having two servers to respond to the Web application + one dedicated database server, will improve performance?

Depends on how much you want to spend. ;)

Typically in a clustering scenario, both servers access the same hard disk via SCSI or Firewire. These protocols allow multiple computers to share the same drive (a RAID array, actually) directly without going through a slow network. However, such solutions are considerable more expensive than a standalone server with an IDE drive. If you want to use less expensive hardware, you should consider using a fast network (1 Ghz or fiber) between the web servers and the data server.

However, it really depends on your application and its usage. Caching is different on local and network drives, for example. You probably should determine the network load by moving the database to a different computer and monitor performance reduction and used network bandwith.

Christof
--
Christof
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform