Found 12 bookmarks
Newest
MySQL Workbench » Blog Archive » Using Schema Synchronization in MySQL Workbench OSS Edition
MySQL Workbench » Blog Archive » Using Schema Synchronization in MySQL Workbench OSS Edition
As you can see in the MySQL Workbench Edition feature grid, Live Schema Synchronization is a Standard Edition feature only. But that does not mean that you cannot make use of the same functionality in the OSS Edition in an offline scenario - which is even more preferable in some cases.
MySQL Workbench » Blog Archive » Using Schema Synchronization in MySQL Workbench OSS Edition
MySQL :: MySQL 5.1 Reference Manual :: 15 MySQL Load Balancer
MySQL :: MySQL 5.1 Reference Manual :: 15 MySQL Load Balancer
The MySQL Load Balancer is an application that communicates with one or more MySQL servers and provides connectivity to those servers for multiple clients. The MySQL Load Balancer is logically placed between the clients and the MySQL server; instead of clients connecting directly to each MySQL server, all clients connect to the MySQL Load Balancer, and the MySQL Load Balancer forwards the connection on to one of the MySQL servers.
MySQL :: MySQL 5.1 Reference Manual :: 15 MySQL Load Balancer
RHQ Project Home | The Common Services Project for Infrastructure Management
RHQ Project Home | The Common Services Project for Infrastructure Management
RHQ, the common services project for infrastructure management. It is being collaboratively developed by Red Hat, the world’s leading provider of open source solutions, and Hyperic, the leader in web infrastructure management software. The new project will provide a common set of management services, which will be incorporated into future editions of Red Hat products such as JBoss Operations Network and Red Hat Network, as well as Hyperic HQ.
RHQ Project Home | The Common Services Project for Infrastructure Management
scalr - Google Code
scalr - Google Code

Scalr is a fully redundant, self-curing and self-scaling hosting environment utilizing Amazon's EC2.

It allows you to create server farms through a web-based interface using prebuilt AMI's for load balancers (pound or nginx), app servers (apache, others), databases (mysql master-slave, others), and a generic AMI to build on top of.

The health of the farm is continuously monitored and maintained. When the Load Average on a type of node goes above a configurable threshold a new node is inserted into the farm to spread the load and the cluster is reconfigured. When a node crashes a new machine of that type is inserted into the farm to replace it.

scalr - Google Code