in reply to database pooling
Here's suspecting that either your DBMS supplies a load-balancing / mirroring utility, or you're better of switching your DBMS than trying to write one from scratch.
In the realm of free DBMSen, MySQL now does DB replication. This should not be taken as an endorsement thereof. But poke around on your candidate DB sites.
|
---|