I'm Just asking but wouldn't be easier to implement hot code reloading through 
OS processes. I would design hot code reloading by killing my code process and 
restart it with the new version. If you dont want downtimes i would simply 
create a server process that block incoming calls during the kill/restart phase 
of the processes that encapsulate the dynamic code

Reply via email to