Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am working on design and implement a reliable cloud-backed storage system to survive different kinds of disasters which are from vendor data enter down, city-range network down, national network down, and even continent-range network down. The system uses multiple cloud providers to avoid single vendor failure. But this introduces performance downgrading and synchronization problems. It is also not easy to pick up a fast/reliable vendor to do recovery.

Are there any research or guide to study this problem and (probably) provide feasible solutions?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.