I use Mnesia mostly to store temporary distributed data. If you want to store persistent data with another database you can just replace the implementation module for libsave with your own. libsave is my library for…
The GUI showing the supervisor tree is the appmon application, it comes with erlang. You can start it by typing appmon:start() from the erlang shell.
Yeah recently noticed, I fixed that now.
I use Mnesia mostly to store temporary distributed data. If you want to store persistent data with another database you can just replace the implementation module for libsave with your own. libsave is my library for…
The GUI showing the supervisor tree is the appmon application, it comes with erlang. You can start it by typing appmon:start() from the erlang shell.
Yeah recently noticed, I fixed that now.