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

SAP Web Service from .NET via WCF -

Optimized Line drawing in QT -

datetime - str to time in python -