Erlang: MNesia: Implementing redundancy? -


i have application developed erlang / mnesia , trying implement redundancy mnesia.

i want add - remove nodes dynamically in runtime , handle synchronization of tables every new joining node.

what best way implement using erlang , mnesia?

thanks.

you don't need implement - mnesia has these features. can add , remove nodes mnesia cluster @ runtime, add , remove table copies nodes within cluster, , mnesia:wait_for_tables/2 let cope synchronization while adding nodes or table copies. have @ mnesia documentation more information.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -