Rate: | Price: Free | Publisher: Office Site | Demo: | Views: 768
PHP Script Codes > PHPMyCluster
PHPMyCluster is a PHP / C++ / MySQL library system for multi cpu processing. It is in essence a highly optimized database load balancing system written on the code level, for advance server setups. By having multiple MySQL Servers running on different machines on the same network, the PHP code will pass intensive processing SQL code to the compiled application ( in C++ ), which will then fork out into multiple processes and execute the various SQL code in parallel to the different MySQL Servers. This results in a much faster execution of SQL Code, and can reduce long executing queries to a fraction of the time it takes to execute.