The blue social bookmark and publication sharing system.
Pure Load Balancer runs in userland, but relies on an asynchronous non forking/non threaded/non blocking architecture. Thanks to Niels Provos' excellent ev
...Pure Load Balancer runs in userland, but relies on an asynchronous non forking/non threaded/non blocking architecture. Thanks to Niels Provos' excellent event library, it can also efficiently use the kernel notification mechanisms to never waste CPU time
to failover ha linux loadbalancer loadbalancing by springnet on Sep 26, 2006,
1:37 AMYou MUST have a third server as a managment node but this can be shut down after the cluster starts. Also note that I do not recommend shutting down the ma
...You MUST have a third server as a managment node but this can be shut down after the cluster starts. Also note that I do not recommend shutting down the managment server (see the extra notes at the bottom of this document for more information). You can no
to cluster failover ha howto linux mysql redundancy by springnet on Sep 25, 2006,
10:31 PMIn this first of five articles, learn what it means for software to be highly available and how to install and set up heartbeat software from the High-Avai
...In this first of five articles, learn what it means for software to be highly available and how to install and set up heartbeat software from the High-Availability Linux project on a two-node system. You'll also learn how to configure the Apache Web serve
to cluster clustering failover ha heartbeat linux by springnet on Sep 25, 2006,
10:26 PMYou may know about the MySQL Cluster, which is a complex architecture to achieve high availability and performance. One of the advantages of MySQL Cluster
...You may know about the MySQL Cluster, which is a complex architecture to achieve high availability and performance. One of the advantages of MySQL Cluster is that each node is a peer to the others, whereas in a normal replicating system you have a master
to LAMP Linux clustering failover mysql replication by springnet on Sep 25, 2006,
10:26 PMThe Linux Virtual Server is a highly scalable and highly available server built on a cluster of real servers, with the load balancer running on the Linux o
...The Linux Virtual Server is a highly scalable and highly available server built on a cluster of real servers, with the load balancer running on the Linux operating system. The architecture of the server cluster is fully transparent to end users, and the u
to cluster clustering failover ha linux by springnet and 2 other users on Sep 25, 2006,
10:25 PMFast Replication With Low Network Demand LifeKeeper Data Replication replicates data at the block level, below the file system. Most importantly, LifeKeepe
...Fast Replication With Low Network Demand LifeKeeper Data Replication replicates data at the block level, below the file system. Most importantly, LifeKeeper Data Replication only replicates changes in data and thereby minimizes the demand on systems and n
to failover replication by springnet on Sep 25, 2006,
10:24 PM- to failover mysql by springnet on Sep 25, 2006,
10:13 PM
A LAMP cluster is not the Beowulf kind of cluster that uses specialized message-passing software to tackle a computation-intensive task. It does not cover
...A LAMP cluster is not the Beowulf kind of cluster that uses specialized message-passing software to tackle a computation-intensive task. It does not cover high availability features, such as automatic failover. Rather, it is a load-sharing cluster that di
to failover by springnet on Sep 25, 2006,
10:11 PMOne way to overcome the limits of the monolithic server is to distribute the load across many machines. By adding a second (or third) server to the availab
...One way to overcome the limits of the monolithic server is to distribute the load across many machines. By adding a second (or third) server to the available pool of machines, you can not only increase performance but also add to the stability of the netw
to apache dns failover webserver by springnet on Sep 25, 2006,
10:09 PMEdit /etc/syslog.conf to include a local1 (for example) facility entry for MasterMySQL to write to. Also update the top line so that local1 doesn't write t
...Edit /etc/syslog.conf to include a local1 (for example) facility entry for MasterMySQL to write to. Also update the top line so that local1 doesn't write to /var/log/messages: *.info;local1.none;mail.none;authpriv.none;cron.none /var/log/messa
to failover linux msyql by springnet on Sep 25, 2006,
10:03 PMReplication FAQ. Q: How do I configure a slave if the master is running and I do not want to stop it? A: There are several possibilities. If you have take
...Replication FAQ. Q: How do I configure a slave if the master is running and I do not want to stop it? A: There are several possibilities. If you have taken a snapshot backup of the master at some point and recorded the binary log filename and offset (fr
to failover mysql replication by springnet on Sep 25, 2006,
10:01 PMUltra Monkey is a project to create load balanced and highly available network services. For example a cluster of web servers that appear as a single web s
...Ultra Monkey is a project to create load balanced and highly available network services. For example a cluster of web servers that appear as a single web server to end-users. The service may be for end-users across the world connected via the internet, or
to availability cluster failover ha linux by springnet and 1 other user on Sep 25, 2006,
6:26 PM