Monks,
I have two sybase Databases which syncs between them and they are geographicaly located in x and y city. Now I want my perl script which queries the database to be fault tolerent. My script connects to the database in location x and I want to connect to the database y in case if the database server x goes down. The script runs some simple select statements, not a complex one. I use DBI to connect to the database.
Any quick and easy solutions greatly apreciated. Please post if you have any code samples or url for the websites where I can find more info
Thanks