|
|
| Name: |
Simple MySQL wrapper replicator |
| Base name: |
mysql-replicator |
| Description: |
Access multiple MySQL servers |
| Related classes: |
cluster |
| Version: |
- |
| PHP version: |
3.0 |
| License: |
Artistic License |
| All time users: |
436 users |
| All time rank: |
4933 |
| Week users: |
1 user |
| Week rank: |
2419 |
| |
|
 |
|
Innovation award
 Nominee: 7x
Winner: 1x |
This class can be used to access multiple MySQL servers.
It can attempt to connect to MySQL database servers from a list and executes a given SQL query.
If it fails the class repeats the process trying to access another server from the list until it succeeds or the list ends.
 June 2010
Number 5
Prize: One downloadable e-book of choice by O'Reilly |
Database intensive applications often need to resort to clusters in order to handle a large volume of database accesses.
If one database cluster node is too busy to respond, it may not be possible to execute database queries with that node.
This class provides a simple solution to access a MySQL database cluster by falling back to another server in the cluster if the connection or the query fails.
Manuel Lemos |
| There are not enough user ratings to display for this class. |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|
| File |
Role |
Description |
mysql |
Class |
mysql wrapper replicant |
sample.php |
Output |
exxample |