public marks

PUBLIC MARKS with tags "load balancing" & linux

2009

Linux Virtual Server

by Elryk & 4 others
Linux Virtual Server (LVS) est une solution avancée de répartition de charge sous Linux. L'objectif de ce projet était de construire un serveur de haute performance pour Linux utilisant la technologie du clustering.

2008

Load Balancing et Fail Over pour les services Web » UNIX Garden

by camel
Comment gérer la répartition de charge et la tolérance aux erreurs lors de l’invocation d’un service web ? Nous allons étudier le problème et proposer une solution élégante, s’appuyant sur la création d’un plugin du framework Axis, généralement utilisé pour les applications Java. Les services web permettent d’invoquer des services publiés sur des serveurs HTTP, JMS ou autres. Un service web est identifié par un URL, appelé « port » dans le jargon. Cela identifie un serveur, un port de socket et un chemin. Le client doit générer une requête en XML et l’envoyer en mode POST sur l’URL du service web. Celui-ci analyse la requête, invoque le service et la méthode correspondante, puis retourne une réponse ou une exception à l’appelant. Tout cela au format XML. Comment les serveurs peuvent-ils garantir leur fonctionnement ? Que faire si un serveur tombe ? Est-ce qu’un serveur de secours est disponible ? Étudions les différentes techniques à notre disposition pour garantir l’exécution d’un service web dans le cadre d’une publication HTTP.

2006

How To Set Up A Load-Balanced MySQL Cluster | HowtoForge - Linux Howtos and Tutorials

by holyver & 6 others
This tutorial shows how to configure a MySQL 5 cluster with three nodes: two storage nodes and one management node. This cluster is load-balanced by a high-availability load balancer that in fact has two nodes that use the Ultra Monkey package which provides heartbeat (for checking if the other node is still alive) and ldirectord (to split up the requests to the nodes of the MySQL cluster).

Setting Up A Highly Available NFS Server | HowtoForge - Linux Howtos and Tutorials

by holyver
In this tutorial I will describe how to set up a highly available NFS server that can be used as storage solution for other high-availability services like, for example, a cluster of web servers that are being loadbalanced. If you have a web server cluster with two or more nodes that serve the same web site(s), than these nodes must access the same pool of data so that every node serves the same data, no matter if the loadbalancer directs the user to node 1 or node n. This can be achieved with an NFS share on an NFS server that all web server nodes (the NFS clients) can access.

PUBLIC TAGS related to tag "load balancing"

cluster +   clustering +   fail over +   http +   ip +   linux +   lvs +   mysql +   nat +   nfs +   server +   serveur +   tunneling +   tutorial +   virtual +  

Active users

Elryk
last mark : 22/04/2009 08:45

camel
last mark : 31/03/2008 09:37

holyver
last mark : 18/10/2006 21:35