erlang - Changes in YAWS takes a while to take effect -


when modify .yaws file take few (5, 10) seconds changes take effect, it normal , have keep terminal open while use yaws server?

when modify .yaws file, yaws recompiles erlang .beam file, contains bytecode erlang virtual machine, , reloads it. won't instantaneous of course, should not take 5-10 seconds; should report yaws issue in case, , please include test case.

as requiring terminal, yaws can run such gives interactive erlang shell, or can run background daemon if supply --daemon command-line option. yaws comes a number of startup scripts running daemon on various operating systems.


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -