Click here to Skip to main content
15,881,248 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How can I synchronize two servers to work redundantly to enhance optimal availability when the main server is down, the other one take up immediately.
Posted
Comments
DamithSL 2-Jul-12 10:51am    
what you mean by server? Database servers! web servers! ....
Simeon Abiodun 4-Jul-12 9:09am    
I talking of Database Server.

Typically you would install a system such as BigIP or other IP routing packages. The request would go to that server and it handles distributing to your actual servers. This way when one server goes down it is still routing to the other server.
 
Share this answer
 
Assuming that you are building your own server you can have a look at http://www.corosync.org/doku.php[^] and http://www.clusterlabs.org/[^]

Best regards
Espen Harlinn
 
Share this answer
 
Comments
Simeon Abiodun 4-Jul-12 9:48am    
Thanks, the link provided helps alot, I will see to them all criticaly.
Espen Harlinn 4-Jul-12 9:49am    
Brilliant :-D
Simeon Abiodun 4-Jul-12 10:09am    
I have 2 questions sir,
(1) How can I develop myself as a young developer.
(2) I really want to write an application (c#) that can synchronise beteween two database server in a form of failover cluster.
I want to make it as my undergraduate project.
Espen Harlinn 4-Jul-12 10:15am    
(1) Look at how other people write code that actually works - look at large projects with a decent history, meaning year, of successful use. Pay attention to everything in the ComponentModel namespace.

(2) look at Apache qpid, it's not written in c# but it can teach you a lot :-D

Simeon Abiodun 9-Jul-12 0:52am    
Thanks dad. Can I get a link to Apache qpid?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900