How to aviod restarting mochi instances when upgrading application with rebar?
AnakinSong opened this issue · 1 comments
AnakinSong commented
When I modify or add some html , I must restart application to make it take effect. I use rebar to package and upgrade application using mochiweb. Please help.
etrepum commented
This isn't specific to mochiweb, this sort of functionality is built-in to Erlang. What you need to investigate is Erlang's hot code loading facilities.