mochi/mochiweb

How to aviod restarting mochi instances when upgrading application with rebar?

AnakinSong opened this issue · 1 comments

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.

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.