What we'll do is open a shell into the running process and then load the new code.
- The application must have been launched with -name app_name flag
- Compile your code
- Launch an erlang shell with:
> erl -name name_of_this_shell -remsh name_of_remote_process@remote_process_host - Load the new module with:
> l(module_name).
Simple!?
0 comments:
Post a Comment