Hot Code Reloading in CH - Part 2

In Part 1, we talked aboutthe problems in trying to hot reload a CH module.Before talking about our progress, I would... Continue reading

Hot Code Reloading in Cloud Haskell?

We want to achieve message passing reliability as in case of Erlangduring a code upgrade. In an earlier post , we sh... Continue reading

Why do we need multiple versions of a module in memory?

We can spawn multiple processes on a single node. Both erlang andcloud-haskell support this feature.Can we force a pr... Continue reading

A daily web-log documenting my thesis journey

This blog would contain my thoughts on how to achieve hot codereloading in cloud haskell. Nothing too rigorous! Just ... Continue reading

Do messages get lost when erlang modules are upgraded?

One of the problems that I am currently dealing with in my thesis isthe following:How to make sure that the messages ... Continue reading