public
Description: DB_Virtual allows you to set up a single master and N nodes to balance traffic across multiple DB servers. Compatible with PEAR DB's API.
Homepage:
Clone URL: git://github.com/joestump/db_virtual.git
Joe Stump (author)
Tue Dec 16 11:03:07 -0800 2008
name age message
file README Tue Dec 16 11:03:07 -0800 2008 Added DB_Virtual to GitHub. [Joe Stump]
file Virtual.php Tue Dec 16 11:03:07 -0800 2008 Added DB_Virtual to GitHub. [Joe Stump]
directory Virtual/ Tue Dec 16 11:03:07 -0800 2008 Added DB_Virtual to GitHub. [Joe Stump]
directory examples/ Tue Dec 16 11:03:07 -0800 2008 Added DB_Virtual to GitHub. [Joe Stump]
file package.xml Tue Dec 16 11:03:07 -0800 2008 Added DB_Virtual to GitHub. [Joe Stump]
README
DB_Virtual package was originally developed by myself and Ian Eure while we worked at eNotes.com to distribute load 
across multiple MySQL servers without having to rewrite a bunch of our calling code. It is currently not maintained.